A G I M N T 
All Classes All Packages

A

AbstractGenericMapper<E,​DO> - Class in io.github.astrapi69.model.mapper
The abstract class AbstractGenericMapper provides an base implementation for mapping entities to data transfer objects and back.
AbstractGenericMapper() - Constructor for class io.github.astrapi69.model.mapper.AbstractGenericMapper
Instantiates a new AbstractGenericMapper object

G

GenericModelMapper<ENTITY,​DTO> - Interface in io.github.astrapi69.model.mapper
The Interface GenericModelMapper provides the methods for mapping entities to data transfer objects and back.
getDtoClass() - Method in class io.github.astrapi69.model.mapper.AbstractGenericMapper
 
getEntityClass() - Method in class io.github.astrapi69.model.mapper.AbstractGenericMapper
 
getMapper() - Method in class io.github.astrapi69.model.mapper.AbstractGenericMapper
 

I

io.github.astrapi69.model.mapper - package io.github.astrapi69.model.mapper
 
io.github.astrapi69.model.mapper.factory - package io.github.astrapi69.model.mapper.factory
 

M

map(Collection<S>, Class<D>) - Method in interface io.github.astrapi69.model.mapper.GenericModelMapper
Constructs new instances of destinationClass and performs mapping between from source.
map(ModelMapper, Iterable<S>, Class<T>) - Static method in class io.github.astrapi69.model.mapper.ModelMapperExtensions
Constructs new instances of destinationClass and performs mapping between from source to destination class
map(ModelMapper, Collection<S>, Class<T>) - Static method in class io.github.astrapi69.model.mapper.ModelMapperExtensions
Constructs new instances of destinationClass and performs mapping between from source to destination class
map(ModelMapper, S, Class<T>) - Static method in class io.github.astrapi69.model.mapper.ModelMapperExtensions
Constructs new instance of destinationClass and performs mapping between from source to destination class
map(S, Class<D>) - Method in interface io.github.astrapi69.model.mapper.GenericModelMapper
Constructs new instance of destinationClass and performs mapping between from source.
ModelMapperExtensions - Class in io.github.astrapi69.model.mapper
The class ModelMapperExtensions provides methods for map from source to a destination class
ModelMapperExtensions() - Constructor for class io.github.astrapi69.model.mapper.ModelMapperExtensions
 
ModelMapperFactory - Class in io.github.astrapi69.model.mapper.factory
 
ModelMapperFactory() - Constructor for class io.github.astrapi69.model.mapper.factory.ModelMapperFactory
 

N

newModelMapper() - Method in class io.github.astrapi69.model.mapper.AbstractGenericMapper
 
newModelMapper() - Static method in class io.github.astrapi69.model.mapper.factory.ModelMapperFactory
Factory method for creating the new ModelMapper for the mapping process.

T

toDto(ENTITY) - Method in interface io.github.astrapi69.model.mapper.GenericModelMapper
toEntity(DTO) - Method in interface io.github.astrapi69.model.mapper.GenericModelMapper
A G I M N T 
All Classes All Packages