Package com.alpaca.mapper
Interface IAdvertiserMapper
- All Superinterfaces:
GenericMapper<Advertiser,
AdvertiserResponseDTO, AdvertiserRequestDTO>
- All Known Implementing Classes:
AdvertiserMapperImpl
public interface IAdvertiserMapper
extends GenericMapper<Advertiser,AdvertiserResponseDTO,AdvertiserRequestDTO>
Mapper interface for converting between
Advertiser
entities and their corresponding
request and response DTOs.
Extends the generic GenericMapper
, inheriting methods for:
- Turning a
Advertiser
entity into aAdvertiserResponseDTO
. - Creating a
Advertiser
entity from aAdvertiserRequestDTO
. - 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