Links and assemble
RepresentationModel types.See: Description
| Interface | Description |
|---|---|
| UriComponentsContributor |
SPI callback to enhance a
UriComponentsBuilder when referring to a method through a dummy method invocation. |
| Class | Description |
|---|---|
| ControllerLinkBuilder | Deprecated
use
WebMvcLinkBuilder instead. |
| ControllerLinkBuilderFactory | Deprecated
use
WebMvcLinkBuilderFactory instead. |
| ControllerLinkRelationProvider | |
| JacksonSerializers |
Simple Jackson serializers and deserializers.
|
| JacksonSerializers.MediaTypeDeserializer |
Custom
JsonDeserializer for Spring's MediaType using the MediaType.parseMediaType(String)
method. |
| RepresentationModelAssemblerSupport<T,D extends RepresentationModel<D>> |
Base class to implement
RepresentationModelAssemblers. |
| RepresentationModelProcessorHandlerMethodReturnValueHandler |
HandlerMethodReturnValueHandler to post-process the objects returned from controller methods using the
configured RepresentationModelProcessors. |
| RepresentationModelProcessorInvoker |
Component to easily invoke all
RepresentationModelProcessor instances registered for values of type
RepresentationModel. |
| RepresentationModelProcessorInvoker.ResourcesProcessorWrapper | |
| RepresentationModelProcessorInvokingHandlerAdapter |
Special
RequestMappingHandlerAdapter that tweaks the HandlerMethodReturnValueHandlerComposite to be
proxied by a RepresentationModelProcessorHandlerMethodReturnValueHandler which will invoke the RepresentationModelProcessor
s found in the application context and eventually delegate to the originally configured
HandlerMethodReturnValueHandler. |
| TypeConstrainedMappingJackson2HttpMessageConverter |
Extension of
MappingJackson2HttpMessageConverter to constrain the ability to read and write HTTP message
based on the target type. |
| WebMvcLinkBuilder |
Builder to ease building
Link instances pointing to Spring MVC controllers. |
| WebMvcLinkBuilderFactory |
Factory for
LinkBuilderSupport instances based on the request mapping annotated on the given controller. |
Links and assemble
RepresentationModel types.Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.