Uses of Class
org.modelmapper.spring.data.UriTemplateIdentifierProcessor
Packages that use UriTemplateIdentifierProcessor
-
Uses of UriTemplateIdentifierProcessor in org.modelmapper.spring.data
Methods in org.modelmapper.spring.data that return UriTemplateIdentifierProcessorModifier and TypeMethodDescriptionRegisters the given URI template for the given aggregate type.UriTemplateIdentifierProcessor.register(Class<?> type, org.springframework.web.util.UriTemplate template) Registers the given URI template for the given aggregate type.UriTemplateIdentifierProcessor.register(Class<?> type, org.springframework.web.util.UriTemplate template, String variableName) Registers the givenUriTemplateand template variable name for the given aggregate type.