B D G M T 
All Classes All Packages

B

BeanMapper<ENTITY,​DTO> - Interface in de.alpharogroup.bean.mapper
The Interface BeanMapper provides the methods for mapping entities to data transfer objects and back.

D

de.alpharogroup.bean.mapper - package de.alpharogroup.bean.mapper
 

G

GenericMapper<ENTITY,​DTO> - Interface in de.alpharogroup.bean.mapper
The Interface GenericMapper provides the methods for mapping entities to data transfer objects and back.

M

map(Collection<S>, Class<D>) - Method in interface de.alpharogroup.bean.mapper.GenericMapper
Constructs new instances of destinationClass and performs mapping between from source.
map(S, Class<D>) - Method in interface de.alpharogroup.bean.mapper.GenericMapper
Constructs new instance of destinationClass and performs mapping between from source.

T

toDto(ENTITY) - Method in interface de.alpharogroup.bean.mapper.BeanMapper
Maps the given entity object to a data transfer object
toDtos(Collection<ENTITY>) - Method in interface de.alpharogroup.bean.mapper.BeanMapper
Maps the given collection of entity objects to a list of data transfer objects
toEntities(Collection<DTO>) - Method in interface de.alpharogroup.bean.mapper.BeanMapper
Maps the given list of data transfer objects to a list of entity objects
toEntity(DTO) - Method in interface de.alpharogroup.bean.mapper.BeanMapper
Maps the given data transfer object to a entity object.
B D G M T 
All Classes All Packages