Package org.example.crmedu.application.mapping


package org.example.crmedu.application.mapping
Provides DTO mappers for converting between domain models and data transfer objects.

The OrganizationDTOMapper, StudentDTOMapper, SubjectDTOMapper, TutorDTOMapper, TutorScheduleDTOMapper, and UserDTOMapper, JwtDTOMapper handle transformations between domain entities and DTO representations. These mappers ensure that the application maintains a clear separation between internal data structures and API communication layers.

  • Interfaces
    Class
    Description
    A mapper interface for converting between Jwt domain model and its corresponding DTOs.
    A mapper interface for converting between Organization domain model and its corresponding DTOs.
    A mapper interface for converting between Student domain model and its corresponding DTOs.
    A mapper interface for converting between Subject domain model and its corresponding DTOs.
    A mapper interface for converting between Tutor domain model and its corresponding DTOs.
    A mapper interface for converting between TutorSchedule domain model and its corresponding DTOs.
    A mapper interface for converting between user domain model and its corresponding DTOs.