| Class | Description |
|---|---|
| BaseUri |
Value object to be able to extract the lookup path within a configured base URi that forms a URI namespace.
|
| ControllerUtils | |
| PersistentEntityResource<T> |
A Spring HATEOAS
Resource subclass that holds a reference to the entity's PersistentEntity metadata. |
| PersistentEntityResourceAssembler |
ResourceAssembler to create PersistentEntityResources for arbitrary domain objects. |
| RepositoryController | |
| RepositoryLinksResource | |
| RepositoryRestDispatcherServlet |
Special
DispatcherServlet subclass that certain exporter components can recognize. |
| RepositoryRestHandlerAdapter |
RequestMappingHandlerAdapter implementation that adds a couple argument resolvers for controller method
parameters used in the REST exporter controller. |
| RepositoryRestHandlerMapping |
RequestMappingHandlerMapping implementation that will only find a handler method if a
Repository is exported under that URL path segment. |
| ResourceProcessorHandlerMethodReturnValueHandler |
HandlerMethodReturnValueHandler to post-process the objects returned from controller methods using the
configured ResourceProcessors. |
| 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. |
| RootResourceInformation |
Meta-information about the root repository resource.
|
| ServerHttpRequestMethodArgumentResolver |
| Enum | Description |
|---|---|
| ResourceType |
An enum listing all supported resource types.
|
| Exception | Description |
|---|---|
| ResourceNotFoundException |
Indicates a resource was not found.
|
| Annotation Type | Description |
|---|---|
| RepositoryRestController |
Annotation to demarcate Spring MVC controllers provided by Spring Data REST.
|
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.