Uses of Class
org.modelmapper.spring.data.AggregateMappingModule
Packages that use AggregateMappingModule
-
Uses of AggregateMappingModule in org.modelmapper.spring.data
Methods in org.modelmapper.spring.data that return AggregateMappingModuleModifier and TypeMethodDescriptionAggregateMappingModule.defaultNullHandling(AggregateMappingModule.NullHandling nullHandling) Registers the givenAggregateMappingModule.NullHandlingas the one to be applied by default.Excludes the given domain type from the aggregate resolution mapping.AggregateMappingModule.nullHandling(Class<?> type, AggregateMappingModule.NullHandling nullHandling) Registers a dedicatedAggregateMappingModule.NullHandlingfor the given type.AggregateMappingModule.register(AggregateIdentifierProcessor processor) Registers anIdentifierProcessorto be used to pre- and post-process identifiers during conversions.Methods in org.modelmapper.spring.data with parameters of type AggregateMappingModuleModifier and TypeMethodDescriptionvoidAggregateMappingConfigurer.configure(AggregateMappingModule module) Configures the givenAggregateMappingModule.