Uses of Interface
org.springframework.hateoas.server.RepresentationModelProcessor
Packages that use RepresentationModelProcessor
Package
Description
Spring MVC helper classes to build
Link
s and assemble
RepresentationModel
types.-
Uses of RepresentationModelProcessor in org.springframework.hateoas.server.mvc
Constructors in org.springframework.hateoas.server.mvc with parameters of type RepresentationModelProcessorModifierConstructorDescriptionCollectionModelProcessorWrapper
(RepresentationModelProcessor<?> processor) Creates a newRepresentationModelProcessorInvoker.CollectionModelProcessorWrapper
for the givenRepresentationModelProcessor
.Constructor parameters in org.springframework.hateoas.server.mvc with type arguments of type RepresentationModelProcessorModifierConstructorDescriptionCreates a newRepresentationModelProcessorInvoker
to consider the givenRepresentationModelProcessor
to post-process the controller methods return value to before invoking the delegate.