Spring Data REST Exporter
A B C D E F G H I J L M N O P R S T U V W 

R

read(Class<? extends Resource<?>>, HttpInputMessage) - Method in class org.springframework.data.rest.webmvc.convert.UriListHttpMessageConverter
 
reject(String, Object[], String) - Method in class org.springframework.data.rest.core.ValidationErrors
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.data.rest.core.ValidationErrors
 
removeLeadingSlash(String) - Static method in class org.springframework.data.rest.core.support.ResourceStringUtils
Returns a string without the leading slash, if any.
repoRequestArgumentResolver() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
A convenience resolver that pulls together all the information needed to service a request.
repositories() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
 
RepositoriesUtils - Class in org.springframework.data.rest.core.support
 
RepositoriesUtils() - Constructor for class org.springframework.data.rest.core.support.RepositoriesUtils
 
RepositoryConstraintViolationException - Exception in org.springframework.data.rest.core
Exception that is thrown when a Spring Validator throws an error.
RepositoryConstraintViolationException(Errors) - Constructor for exception org.springframework.data.rest.core.RepositoryConstraintViolationException
 
RepositoryConstraintViolationExceptionMessage - Class in org.springframework.data.rest.webmvc.support
 
RepositoryConstraintViolationExceptionMessage(RepositoryConstraintViolationException, MessageSource, Locale) - Constructor for class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage
 
RepositoryConstraintViolationExceptionMessage.ValidationError - Class in org.springframework.data.rest.webmvc.support
 
RepositoryConstraintViolationExceptionMessage.ValidationError(String, String, String, String) - Constructor for class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.ValidationError
 
RepositoryController - Class in org.springframework.data.rest.webmvc
 
RepositoryController(PagedResourcesAssembler<Object>, PersistentEntityResourceAssembler<Object>, Repositories, EntityLinks, ResourceMappings) - Constructor for class org.springframework.data.rest.webmvc.RepositoryController
 
RepositoryEntityLinks - Class in org.springframework.data.rest.webmvc.support
 
RepositoryEntityLinks(Repositories, ResourceMappings, RepositoryRestConfiguration) - Constructor for class org.springframework.data.rest.webmvc.support.RepositoryEntityLinks
 
RepositoryEvent - Class in org.springframework.data.rest.core.event
Abstract base class for events emitted by the REST exporter.
RepositoryEvent(Object) - Constructor for class org.springframework.data.rest.core.event.RepositoryEvent
 
RepositoryEventHandler - Annotation Type in org.springframework.data.rest.core.annotation
Advertises classes annotated with this that they are event handlers.
repositoryExporterHandlerAdapter() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
Special HandlerAdapter that only recognizes handler methods defined in the provided controller classes.
repositoryExporterHandlerMapping() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
Special HandlerMapping that only recognizes handler methods defined in the provided controller classes.
RepositoryInvocationInformation - Interface in org.springframework.data.rest.core.invoke
Meta-information about the methods a repository exposes.
RepositoryInvoker - Interface in org.springframework.data.rest.core.invoke
 
RepositoryInvokerFactory - Interface in org.springframework.data.rest.core.invoke
Interface for a factory to create RepositoryInvoker instances for repositories managing a particular domain type.
repositoryInvokerFactory() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
 
RepositoryInvokerHandlerMethodArgumentResolver - Class in org.springframework.data.rest.webmvc
 
RepositoryLinkBuilder - Class in org.springframework.data.rest.webmvc.support
 
RepositoryLinkBuilder(ResourceMetadata, URI) - Constructor for class org.springframework.data.rest.webmvc.support.RepositoryLinkBuilder
 
RepositoryLinksResource - Class in org.springframework.data.rest.webmvc
 
RepositoryLinksResource() - Constructor for class org.springframework.data.rest.webmvc.RepositoryLinksResource
 
RepositoryMethod - Class in org.springframework.data.rest.core.invoke
An abstraction to encapsulate metadata about a repository method.
RepositoryMethod(Method) - Constructor for class org.springframework.data.rest.core.invoke.RepositoryMethod
 
RepositoryPropertyReferenceController - Class in org.springframework.data.rest.webmvc
 
RepositoryPropertyReferenceController(Repositories, DomainClassConverter<?>, PagedResourcesAssembler<Object>, PersistentEntityResourceAssembler<Object>) - Constructor for class org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController
 
RepositoryQueryMethod - Class in org.springframework.data.rest.core.invoke
Represents a query method on a repository interface.
RepositoryQueryMethod(Method) - Constructor for class org.springframework.data.rest.core.invoke.RepositoryQueryMethod
 
RepositoryRelProvider - Class in org.springframework.data.rest.core.support
 
RepositoryRelProvider(ResourceMappings) - Constructor for class org.springframework.data.rest.core.support.RepositoryRelProvider
 
RepositoryRestConfiguration - Class in org.springframework.data.rest.core.config
 
RepositoryRestConfiguration() - Constructor for class org.springframework.data.rest.core.config.RepositoryRestConfiguration
 
RepositoryRestController - Annotation Type in org.springframework.data.rest.webmvc
Annotation to demarcate Spring MVC controllers provided by Spring Data REST.
RepositoryRestDispatcherServlet - Class in org.springframework.data.rest.webmvc
Special DispatcherServlet subclass that certain exporter components can recognize.
RepositoryRestDispatcherServlet() - Constructor for class org.springframework.data.rest.webmvc.RepositoryRestDispatcherServlet
 
RepositoryRestDispatcherServlet(WebApplicationContext) - Constructor for class org.springframework.data.rest.webmvc.RepositoryRestDispatcherServlet
 
RepositoryRestHandlerAdapter - Class in org.springframework.data.rest.webmvc
RequestMappingHandlerAdapter implementation that adds a couple argument resolvers for controller method parameters used in the REST exporter controller.
RepositoryRestHandlerAdapter(List<HandlerMethodArgumentResolver>, List<ResourceProcessor<?>>) - Constructor for class org.springframework.data.rest.webmvc.RepositoryRestHandlerAdapter
Creates a new RepositoryRestHandlerAdapter using the given HandlerMethodArgumentResolver and ResourceProcessors.
RepositoryRestHandlerMapping - Class in org.springframework.data.rest.webmvc
RequestMappingHandlerMapping implementation that will only find a handler method if a Repository is exported under that URL path segment.
RepositoryRestHandlerMapping(ResourceMappings, RepositoryRestConfiguration) - Constructor for class org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping
RepositoryRestMvcConfiguration - Class in org.springframework.data.rest.webmvc.config
Main application configuration for Spring Data REST.
RepositoryRestMvcConfiguration() - Constructor for class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
 
RepositoryRestRequestHandlerMethodArgumentResolver - Class in org.springframework.data.rest.webmvc
 
RepositoryRestRequestHandlerMethodArgumentResolver(Repositories, RepositoryInvokerFactory, ResourceMetadataHandlerMethodArgumentResolver) - Constructor for class org.springframework.data.rest.webmvc.RepositoryRestRequestHandlerMethodArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.rest.webmvc.PersistentEntityResourceHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.rest.webmvc.RepositoryInvokerHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.rest.webmvc.RepositoryRestRequestHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.rest.webmvc.ResourceMetadataHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.rest.webmvc.ServerHttpRequestMethodArgumentResolver
 
ResourceMapping - Class in org.springframework.data.rest.core.config
Deprecated.
ResourceMapping() - Constructor for class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
ResourceMapping(Class<?>) - Constructor for class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
ResourceMapping(String, String) - Constructor for class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
ResourceMapping(String, String, boolean) - Constructor for class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
ResourceMapping - Interface in org.springframework.data.rest.core.mapping
Mapping information for components to be exported as REST resources.
ResourceMappingConfiguration - Class in org.springframework.data.rest.core.config
Manages the ResourceMapping configurations for any resources being exported.
ResourceMappingConfiguration() - Constructor for class org.springframework.data.rest.core.config.ResourceMappingConfiguration
 
ResourceMappings - Class in org.springframework.data.rest.core.mapping
Central abstraction obtain ResourceMetadata and ResourceMapping instances for domain types and repositories.
ResourceMappings(RepositoryRestConfiguration, Repositories) - Constructor for class org.springframework.data.rest.core.mapping.ResourceMappings
Creates a new ResourceMappings using the given RepositoryRestConfiguration and Repositories .
ResourceMappings(RepositoryRestConfiguration, Repositories, RelProvider) - Constructor for class org.springframework.data.rest.core.mapping.ResourceMappings
Creates a new ResourceMappings from the given RepositoryRestConfiguration, Repositories and RelProvider.
resourceMappings() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
 
ResourceMappingUtils - Class in org.springframework.data.rest.core.support
Deprecated.
ResourceMappingUtils() - Constructor for class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
ResourceMetadata - Interface in org.springframework.data.rest.core.mapping
Interface for metadata of resources exposed throught the system.
resourceMetadataHandlerMethodArgumentResolver() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
 
ResourceMetadataHandlerMethodArgumentResolver - Class in org.springframework.data.rest.webmvc
 
ResourceMetadataHandlerMethodArgumentResolver(Repositories, ResourceMappings) - Constructor for class org.springframework.data.rest.webmvc.ResourceMetadataHandlerMethodArgumentResolver
 
ResourceNotFoundException - Exception in org.springframework.data.rest.webmvc
Indicates a resource was not found.
ResourceNotFoundException() - Constructor for exception org.springframework.data.rest.webmvc.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception org.springframework.data.rest.webmvc.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.springframework.data.rest.webmvc.ResourceNotFoundException
 
ResourceProcessorHandlerMethodReturnValueHandler - Class in org.springframework.data.rest.webmvc
HandlerMethodReturnValueHandler to post-process the objects returned from controller methods using the configured ResourceProcessors.
ResourceProcessorHandlerMethodReturnValueHandler(HandlerMethodReturnValueHandler, List<ResourceProcessor<?>>) - Constructor for class org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler
ResourceProcessorInvokingHandlerAdapter - Class in org.springframework.data.rest.webmvc
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.
ResourceProcessorInvokingHandlerAdapter(List<ResourceProcessor<?>>) - Constructor for class org.springframework.data.rest.webmvc.ResourceProcessorInvokingHandlerAdapter
Creates a new ResourceProcessorInvokingHandlerAdapter with the given ResourceProcessors.
ResourceStringUtils - Class in org.springframework.data.rest.core.support
Helper methods aiming at handling String representations of resources.
ResourceStringUtils() - Constructor for class org.springframework.data.rest.core.support.ResourceStringUtils
 
RestExporterExampleRestConfig - Class in org.springframework.data.rest.example
 
RestExporterExampleRestConfig() - Constructor for class org.springframework.data.rest.example.RestExporterExampleRestConfig
 
RestExporterWebInitializer - Class in org.springframework.data.rest.example
 
RestExporterWebInitializer() - Constructor for class org.springframework.data.rest.example.RestExporterWebInitializer
 
RestResource - Annotation Type in org.springframework.data.rest.core.annotation
Annotate a Repository with this to influence how it is exported and what the value of the rel attribute will be in links.
rootLinksResourceProcessor() - Method in class org.springframework.data.rest.example.RestExporterExampleRestConfig
 
A B C D E F G H I J L M N O P R S T U V W 
Spring Data REST Exporter