Package com.alpaca.mapper
Interface IProfileMapper
- All Superinterfaces:
GenericMapper<Profile,
ProfileResponseDTO, ProfileRequestDTO>
- All Known Implementing Classes:
ProfileMapperImpl
Mapper interface for converting between
Profile
entities and their corresponding request
and response DTOs.
Extends the generic GenericMapper
, inheriting methods for:
- Turning a
Profile
entity into aProfileResponseDTO
. - Creating a
Profile
entity from aProfileRequestDTO
. - Converting collections of entities into lists of response DTOs.
- Handling paginated entity-to-DTO transformations while preserving pagination metadata.
- See Also:
-
Method Summary
Methods inherited from interface com.alpaca.mapper.GenericMapper
toEntity, toListResponseDTO, toPageResponseDTO, toResponseDTO