Class AggregateMappingModule

java.lang.Object
org.modelmapper.spring.data.AggregateMappingModule
All Implemented Interfaces:
org.modelmapper.Module

public class AggregateMappingModule extends Object implements org.modelmapper.Module
ModelMapper module to allow the mapping of identifiers of variable kinds into aggregate references loadable via Spring Data repositories. Failed aggregate resolution will be reported via an AggregateMappingModule.AggregateReferenceMappingException unless the type has a dedicated AggregateMappingModule.NullHandling registered.
Author:
Oliver Drotbohm