Spring Hateoas

Package org.springframework.hateoas.mvc

Spring MVC helper classes to build Links and assemble ResourceSupport types.

See:
          Description

Interface Summary
UriComponentsContributor SPI callback to enhance a UriComponentsBuilder when referring to a method through a dummy method invocation.
 

Class Summary
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.
TypeConstrainedMappingJackson2HttpMessageConverter Extension of MappingJackson2HttpMessageConverter to constrain the ability to read and write HTTP message based on the target type.
 

Package org.springframework.hateoas.mvc Description

Spring MVC helper classes to build Links and assemble ResourceSupport types.


Spring Hateoas

Copyright © 2012-2014–2014 Pivotal, Inc.. All rights reserved.