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 TypeInterfaceDescriptioninterfaceMapper interface for converting betweenAdvertiserentities and their corresponding request and response DTOs.interfaceMapper interface for converting betweenPermissionentities and their corresponding request and response DTOs.interfaceMapper interface for converting betweenProfileentities and their corresponding request and response DTOs.interfaceMapper interface for converting betweenRoleentities and their corresponding request and response DTOs.interfaceMapper interface for converting betweenUserentities 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 TypeClassDescriptionclassImplementation of theIAdvertiserMapperinterface, responsible for converting betweenAdvertiserentities and their corresponding request and response DTOs.classImplementation ofIPermissionMapperfocused on converting betweenPermissionentities and their associated request and response DTOs.classImplementation ofIProfileMapperfor mapping betweenProfileentities and their corresponding request and response DTOs.classImplementation of theIRoleMapperinterface responsible for mapping betweenRoleentities and their corresponding request and response DTOs.classImplementation of theIUserMapperinterface responsible for mapping betweenUserentities and their corresponding request and response DTOs.