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 

S

SearchResourceMappings - Class in org.springframework.data.rest.core.mapping
ResourceMapping for all search resources.
SearchResourceMappings(List<MethodResourceMapping>) - Constructor for class org.springframework.data.rest.core.mapping.SearchResourceMappings
Creates a new SearchResourceMappings from the given
serverHttpRequestMethodArgumentResolver() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
Turns an HttpServletRequest into a ServerHttpRequest.
ServerHttpRequestMethodArgumentResolver - Class in org.springframework.data.rest.webmvc
 
ServerHttpRequestMethodArgumentResolver() - Constructor for class org.springframework.data.rest.webmvc.ServerHttpRequestMethodArgumentResolver
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.rest.core.event.AbstractRepositoryEventListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController
 
setAttribute(String, String) - Method in class org.springframework.data.rest.example.gemfire.core.Product
Sets the attribute with the given name to the given value.
setBaseUri(URI) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
The base URI against which the exporter should calculate its links.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.rest.webmvc.support.JpaHelper
 
setCreated(Date) - Method in class org.springframework.data.rest.example.jpa.Person
 
setDefaultMediaType(MediaType) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set the MediaType to use as a default when none is specified.
setDefaultPageSize(int) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set the default size of Pageables.
setEmailAddress(EmailAddress) - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Sets the emailAddress of the Customer.
setExported(boolean) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
setFather(Person) - Method in class org.springframework.data.rest.example.jpa.Person
 
setFirstname(String) - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Sets the firstname of the Customer.
setFirstName(String) - Method in class org.springframework.data.rest.example.jpa.Person
 
setFriends(Set<Friend>) - Method in class org.springframework.data.rest.example.neo4j.Friend
 
setId(Long) - Method in class org.springframework.data.rest.example.jpa.Person
 
setId(String) - Method in class org.springframework.data.rest.example.mongodb.Profile
 
setItems(List<JsonSchema.Property>) - Method in class org.springframework.data.rest.webmvc.json.JsonSchema.ArrayProperty
 
setJpaHelper(JpaHelper) - Method in class org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping
 
setLastname(String) - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Sets the lastname of the Customer.
setLastName(String) - Method in class org.springframework.data.rest.example.jpa.Person
 
setLimitParamName(String) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set the name of the URL query string parameter that indicates how many results to return at once.
setMaxPageSize(int) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set the maximum size of pages.
setName(String) - Method in class org.springframework.data.rest.example.neo4j.Friend
 
setName(String) - Method in class org.springframework.data.rest.example.neo4j.Movie
 
setName(String) - Method in class org.springframework.data.rest.example.neo4j.Studio
 
setPageParamName(String) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set the name of the URL query string parameter that indicates what page to return.
setPath(String) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
setPerson(Long) - Method in class org.springframework.data.rest.example.mongodb.Profile
 
setRel(String) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
setResourceMappingFor(Class<?>) - Method in class org.springframework.data.rest.core.config.ResourceMappingConfiguration
 
setResourceMappingForDomainType(Class<?>) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Start configuration a ResourceMapping for a specific domain type.
setResourceMappingForRepository(Class<?>) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Start configuration a ResourceMapping for a specific repository interface.
setReturnBodyOnCreate(boolean) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set whether to return a response body after creating an entity.
setReturnBodyOnUpdate(boolean) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Sets whether to return a response body after updating an entity.
setRootLinksAsHeaders(boolean) - Method in class org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler
 
setSiblings(List<Person>) - Method in class org.springframework.data.rest.example.jpa.Person
 
setSortParamName(String) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Set the name of the URL query string parameter that indicates what direction to sort results.
setStudio(Studio) - Method in class org.springframework.data.rest.example.neo4j.Movie
 
setType(String) - Method in class org.springframework.data.rest.example.mongodb.Profile
 
setValidators(Map<String, Collection<Validator>>) - Method in class org.springframework.data.rest.core.event.ValidatingRepositoryEventListener
Assign a Map of Validators that are assigned to the various RepositoryEvents.
SimpleRelProvider - Class in org.springframework.data.rest.core.support
 
SimpleRelProvider() - Constructor for class org.springframework.data.rest.core.support.SimpleRelProvider
 
slash(String) - Method in class org.springframework.data.rest.core.Path
Appends the given String to the current Path.
slash(Path) - Method in class org.springframework.data.rest.core.Path
 
slash(Object) - Method in class org.springframework.data.rest.webmvc.support.RepositoryLinkBuilder
 
slash(PersistentProperty<?>) - Method in class org.springframework.data.rest.webmvc.support.RepositoryLinkBuilder
 
STRING_TYPE - Static variable in class org.springframework.data.rest.webmvc.ControllerUtils
 
stripRegistrationMapping(String, ServletContext) - Static method in class org.springframework.data.rest.webmvc.support.HttpRequestUtils
Strip a servlet registration mapping from the request URI.
Studio - Class in org.springframework.data.rest.example.neo4j
 
Studio() - Constructor for class org.springframework.data.rest.example.neo4j.Studio
 
Studio(String) - Constructor for class org.springframework.data.rest.example.neo4j.Studio
 
StudioRepository - Interface in org.springframework.data.rest.example.neo4j
 
supports(Class<?>) - Method in class org.springframework.data.rest.core.support.RepositoryRelProvider
 
supports(Class<?>) - Method in class org.springframework.data.rest.core.support.SimpleRelProvider
 
supports(Class<?>) - Method in class org.springframework.data.rest.example.jpa.PersonValidator
 
supports(Class<?>) - Method in class org.springframework.data.rest.webmvc.support.RepositoryEntityLinks
 
supportsInternal(HandlerMethod) - Method in class org.springframework.data.rest.webmvc.RepositoryRestHandlerAdapter
 
supportsParameter(MethodParameter) - Method in class org.springframework.data.rest.webmvc.PersistentEntityResourceHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.data.rest.webmvc.RepositoryInvokerHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.data.rest.webmvc.RepositoryRestRequestHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.data.rest.webmvc.ResourceMetadataHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.data.rest.webmvc.ServerHttpRequestMethodArgumentResolver
 
supportsReturnType(MethodParameter) - Method in class org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler
 
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