Uses of Interface
com.alpaca.mapper.GenericMapper
Packages that use GenericMapper
-
Uses of GenericMapper in com.alpaca.mapper
Subinterfaces of GenericMapper in com.alpaca.mapperModifier and TypeInterfaceDescriptioninterface
Mapper interface for converting betweenAdvertiser
entities and their corresponding request and response DTOs.interface
Mapper interface for converting betweenPermission
entities and their corresponding request and response DTOs.interface
Mapper interface for converting betweenProfile
entities and their corresponding request and response DTOs.interface
Mapper interface for converting betweenRole
entities and their corresponding request and response DTOs.interface
Mapper interface for converting betweenUser
entities and their corresponding request and response DTOs. -
Uses of GenericMapper in com.alpaca.mapper.impl
Classes in com.alpaca.mapper.impl that implement GenericMapperModifier and TypeClassDescriptionclass
Implementation of theIAdvertiserMapper
interface, responsible for converting betweenAdvertiser
entities and their corresponding request and response DTOs.class
Implementation ofIPermissionMapper
focused on converting betweenPermission
entities and their associated request and response DTOs.class
Implementation ofIProfileMapper
for mapping betweenProfile
entities and their corresponding request and response DTOs.class
Implementation of theIRoleMapper
interface responsible for mapping betweenRole
entities and their corresponding request and response DTOs.class
Implementation of theIUserMapper
interface responsible for mapping betweenUser
entities and their corresponding request and response DTOs.