| Class and Description |
|---|
| BasePathAwareController
Annotation to declare a controller that declares request mappings to be augmented with a base URI in the Spring Data
REST configuration.
|
| BasePathAwareHandlerMapping
A
RequestMappingHandlerMapping that augments the request mappings |
| BaseUri
Value object to be able to extract the lookup path within a configured base URI that forms a URI namespace.
|
| PersistentEntityResource
A Spring HATEOAS
Resource subclass that holds a reference to the entity's PersistentEntity metadata. |
| PersistentEntityResource.Builder
Builder to create
PersistentEntityResource instances. |
| RepositoryLinksResource
Dedicated resource type to represent the links pointing to collection resources exposed for repositories.
|
| RepositoryRestController
Annotation to demarcate Spring MVC controllers provided by Spring Data REST.
|
| ResourceNotFoundException
Indicates a resource was not found.
|
| 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. |
| Class and Description |
|---|
| BasePathAwareController
Annotation to declare a controller that declares request mappings to be augmented with a base URI in the Spring Data
REST configuration.
|
| RootResourceInformation
Meta-information about the root repository resource.
|
| Class and Description |
|---|
| BaseUri
Value object to be able to extract the lookup path within a configured base URI that forms a URI namespace.
|
ProfileResourceProcessor
ResourceProcessor to add a profile link to the root resource to point to multiple forms of metadata. |
| RepositoryRestExceptionHandler
Exception handler for Spring Data REST controllers.
|
| RootResourceInformation
Meta-information about the root repository resource.
|
| ServerHttpRequestMethodArgumentResolver |
| Class and Description |
|---|
| BaseUri
Value object to be able to extract the lookup path within a configured base URI that forms a URI namespace.
|
| PersistentEntityResource
A Spring HATEOAS
Resource subclass that holds a reference to the entity's PersistentEntity metadata. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.