Interface | Description |
---|---|
PagingAndSortingTemplateVariables |
Interface to abstract the access of
TemplateVariables for pagination and sorting. |
Projector |
Interface for a component being able to create projections for objects.
|
Class | Description |
---|---|
BackendIdHandlerMethodArgumentResolver |
HandlerMethodArgumentResolver to resolve entity ids for injection int handler method arguments annotated with
BackendId . |
BaseUriLinkBuilder | |
ConstraintViolationExceptionMessage | |
ConstraintViolationMessage |
A helper class to encapsulate
ConstraintViolation errors. |
DefaultedPageable |
Value object to capture a
Pageable as well it is the default one configured. |
DefaultedPageableHandlerMethodArgumentResolver |
HandlerMethodArgumentResolver to resolve DefaultedPageable if requested. |
DelegatingHandlerMapping |
A
HandlerMapping that considers a List of delegates. |
ETag |
A value object to represent ETags.
|
ETagArgumentResolver |
HandlerMethodArgumentResolver to resolve If-Match headers for optimistic locking handling IfMatch . |
ExceptionMessage |
A helper that renders an
Exception JSON-friendly. |
JpaHelper | |
PersistentEntityProjector |
Projector looking up a projection by name for the given source type. |
PersistentEntityResourceProcessor | |
RepositoryConstraintViolationExceptionMessage | |
RepositoryConstraintViolationExceptionMessage.ValidationError | |
RepositoryEntityLinks |
EntityLinks implementation that is able to create Link for domain classes managed by Spring Data
REST. |
RepositoryLinkBuilder |
LinkBuilder to be able to create links pointing to repositories. |
Enum | Description |
---|---|
HttpMethodHandlerMethodArgumentResolver |
HandlerMethodArgumentResolver to provide HttpMethod instances for innjection into MVC controller
methods. |
Exception | Description |
---|---|
ETagDoesntMatchException |
An exception being thrown in case the
ETag calculated for a particular object does not match an expected one. |
Annotation Type | Description |
---|---|
BackendId |
Annotation to bind the backend id of an entity.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.