Module bean.mapper.api
Package io.github.astrapi69.bean.mapper
-
Interface Summary Interface Description BeanMapper<ENTITY,DTO> The InterfaceBeanMapper
provides the methods for mapping entities to data transfer objects and back.GenericMapper<ENTITY,DTO,MAPPER> The InterfaceGenericMapper
provides the methods for mapping entities to data transfer objects and back.