| Class and Description |
|---|
| BaseUri
Value object to be able to extract the lookup path within a configured base URI that forms a URI namespace.
|
| BaseUriAwareController
Annotation to declare a controller that declares request mappings to be augmented with a base URI in the Spring Data
REST configuration.
|
| BaseUriAwareHandlerMapping
Special
RequestMappingHandlerMapping that uses the base URI configured in the
RepositoryRestConfiguration, strips it from incoming requests in case they start with it and hands the
altered URI to the superclass for normal handler method lookup. |
| PersistentEntityResource
A Spring HATEOAS
Resource subclass that holds a reference to the entity's PersistentEntity metadata. |
| PersistentEntityResource.Builder
Builder to create
PersistentEntityResource instances. |
| RepositoryLinksResource |
| 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. |
| ResourceType
An enum listing all supported resource types.
|
| Class and Description |
|---|
| BaseUriAwareController
Annotation to declare a controller that declares request mappings to be augmented with a base URI in the Spring Data
REST configuration.
|
| RepositoryLinksResource |
| 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.
|
| 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-2014–2015 Pivotal Software, Inc.. All rights reserved.