Links and assemble
ResourceSupport types.See: Description
| Interface | Description |
|---|---|
| UriComponentsContributor |
SPI callback to enhance a
UriComponentsBuilder when referring to a method through a dummy method invocation. |
| Class | Description |
|---|---|
| BasicLinkBuilder |
Simples
LinkBuilder implementation possible. |
| ControllerLinkBuilder |
Builder to ease building
Link instances pointing to Spring MVC controllers. |
| ControllerLinkBuilderFactory |
Factory for
LinkBuilderSupport instances based on the request mapping annotated on the given controller. |
| ControllerRelProvider | |
| HeaderLinksResponseEntity<T extends ResourceSupport> |
Special
ResponseEntity that exposes Link instances in the contained ResourceSupport as link
headers instead of in the body. |
| IdentifiableResourceAssemblerSupport<T extends Identifiable<?>,D extends ResourceSupport> |
Base class to implement
ResourceAssemblers. |
| ResourceAssemblerSupport<T,D extends ResourceSupport> |
Base class to implement
ResourceAssemblers. |
| ResourceProcessorHandlerMethodReturnValueHandler |
HandlerMethodReturnValueHandler to post-process the objects returned from controller methods using the
configured ResourceProcessors. |
| ResourceProcessorInvoker |
Component to easily invoke all
ResourceProcessor instances registered for values of type
ResourceSupport. |
| ResourceProcessorInvoker.ResourcesProcessorWrapper | |
| ResourceProcessorInvokingHandlerAdapter |
Special
RequestMappingHandlerAdapter that tweaks the HandlerMethodReturnValueHandlerComposite to be
proxied by a ResourceProcessorHandlerMethodReturnValueHandler which will invoke the ResourceProcessor
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. |
| TypeReferences |
Helper to easily create
ParameterizedTypeReference instances to Spring HATEOAS resource types. |
| TypeReferences.PagedResourcesType<T> |
A
ParameterizedTypeReference to return a PagedResources of some type. |
| TypeReferences.ResourcesType<T> |
A
ParameterizedTypeReference to return a Resources of some type. |
| TypeReferences.ResourceType<T> |
A
ParameterizedTypeReference to return a Resource of some type. |
Links and assemble
ResourceSupport types.Copyright © 2012-2016–2017 Pivotal, Inc.. All rights reserved.