Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
org.springframework.hateoas.hal |
HAL-specific extensions, SPIs and Jackson customizations.
|
org.springframework.hateoas.mvc |
Spring MVC helper classes to build
Link s and assemble
ResourceSupport types. |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceAssembler<T,D extends ResourceSupport>
Interface for components that convert a domain type into an
ResourceSupport . |
interface |
ResourceProcessor<T extends ResourceSupport>
SPI interface to allow components to process the
ResourceSupport instances returned from Spring MVC
controllers. |
Modifier and Type | Class and Description |
---|---|
class |
PagedResources<T>
DTO to implement binding response representations of pageable collections.
|
class |
Resource<T>
A simple
Resource wrapping a domain object and adding links to it. |
class |
Resources<T>
General helper to easily create a wrapper for a collection of entities.
|
static class |
VndErrors.VndError
A single
VndErrors.VndError . |
Modifier and Type | Class and Description |
---|---|
class |
ResourcesMixin<T> |
Modifier and Type | Class and Description |
---|---|
class |
HeaderLinksResponseEntity<T extends ResourceSupport>
Special
ResponseEntity that exposes Link instances in the contained ResourceSupport as link
headers instead of in the body. |
class |
IdentifiableResourceAssemblerSupport<T extends Identifiable<?>,D extends ResourceSupport>
Base class to implement
ResourceAssembler s. |
class |
ResourceAssemblerSupport<T,D extends ResourceSupport>
Base class to implement
ResourceAssembler s. |
Modifier and Type | Method and Description |
---|---|
static <S extends ResourceSupport> |
HeaderLinksResponseEntity.wrap(HttpEntity<S> entity)
Wraps the given
HttpEntity into a HeaderLinksResponseEntity . |
Copyright © 2012-2015–2015 Pivotal, Inc.. All rights reserved.