Uses of Enum
org.modelmapper.spring.data.AggregateMappingModule.NullHandling
Packages that use AggregateMappingModule.NullHandling
-
Uses of AggregateMappingModule.NullHandling in org.modelmapper.spring.data
Methods in org.modelmapper.spring.data that return AggregateMappingModule.NullHandlingModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AggregateMappingModule.NullHandling[]AggregateMappingModule.NullHandling.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.modelmapper.spring.data with parameters of type AggregateMappingModule.NullHandlingModifier and TypeMethodDescriptionAggregateMappingModule.defaultNullHandling(AggregateMappingModule.NullHandling nullHandling) Registers the givenAggregateMappingModule.NullHandlingas the one to be applied by default.AggregateMappingModule.nullHandling(Class<?> type, AggregateMappingModule.NullHandling nullHandling) Registers a dedicatedAggregateMappingModule.NullHandlingfor the given type.