| Interface | Description |
|---|---|
| DelegatingHandlerMapping | Deprecated
since 3.4.
|
| ExcerptProjector |
Interface for a component that can provide excerpt projections.
|
| 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. |
| ConstraintViolationExceptionMessage | |
| ConstraintViolationMessage |
A helper class to encapsulate
ConstraintViolation errors. |
| DefaultedPageable |
Value object to capture a
Pageable as well whether it is the default one configured. |
| DefaultedPageableHandlerMethodArgumentResolver |
HandlerMethodArgumentResolver to resolve DefaultedPageable if requested. |
| DefaultExcerptProjector |
DefaultedPageable implementation of ExcerptProjector that uses the given ProjectionFactory
and considers the given ResourceMappings. |
| DomainClassResolver |
Resolves a domain class from a web request.
|
| ETag |
A value object to represent ETags.
|
| ETagArgumentResolver |
HandlerMethodArgumentResolver to resolve If-Match headers for optimistic locking handling ETag. |
| 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–2021 Pivotal Software, Inc.. All rights reserved.