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
Profileentity into aProfileResponseDTO. - Creating a
Profileentity 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