Uses of Interface
org.modelmapper.spring.data.AggregateIdentifierProcessor
Packages that use AggregateIdentifierProcessor
-
Uses of AggregateIdentifierProcessor in org.modelmapper.spring.data
Classes in org.modelmapper.spring.data that implement AggregateIdentifierProcessorModifier and TypeClassDescriptionclassAnIdentifierProcessorthat allows to registerUriTemplates for aggregate types so that the model mapping is able to extract the actual aggregate identifier from URIs.Methods in org.modelmapper.spring.data with parameters of type AggregateIdentifierProcessorModifier and TypeMethodDescriptionAggregateMappingModule.register(AggregateIdentifierProcessor processor) Registers anIdentifierProcessorto be used to pre- and post-process identifiers during conversions.