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 

A

AbstractPersistentEntity - Class in org.springframework.data.rest.example.gemfire.core
Base class for persistent classes.
AbstractPersistentEntity(Long) - Constructor for class org.springframework.data.rest.example.gemfire.core.AbstractPersistentEntity
 
AbstractPersistentEntity() - Constructor for class org.springframework.data.rest.example.gemfire.core.AbstractPersistentEntity
 
AbstractRepositoryEventListener<T> - Class in org.springframework.data.rest.core.event
Abstract class that listens for generic RepositoryEvents and dispatches them to a specific method based on the event type.
AbstractRepositoryEventListener() - Constructor for class org.springframework.data.rest.core.event.AbstractRepositoryEventListener
 
add(Address) - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Adds the given Address to the Customer.
add(LineItem) - Method in class org.springframework.data.rest.example.gemfire.order.Order
Adds the given LineItem to the Order.
addAllErrors(Errors) - Method in class org.springframework.data.rest.core.ValidationErrors
 
addItem(P) - Method in class org.springframework.data.rest.webmvc.json.JsonSchema.ArrayProperty
 
addProperty(String, JsonSchema.Property) - Method in class org.springframework.data.rest.webmvc.json.JsonSchema
 
addResourceMappingFor(String) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
addResourceMappings(Map<String, ResourceMapping>) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
Address - Class in org.springframework.data.rest.example.gemfire.core
An address.
Address(String, String, String) - Constructor for class org.springframework.data.rest.example.gemfire.core.Address
Creates a new Address from the given street, city and country.
addSibling(Person) - Method in class org.springframework.data.rest.example.jpa.Person
 
addValidator(String, Validator) - Method in class org.springframework.data.rest.core.event.ValidatingRepositoryEventListener
Add a Validator that will be triggered on the given event.
AfterCreateEvent - Class in org.springframework.data.rest.core.event
Event that is emitted after a new entity is saved.
AfterCreateEvent(Object) - Constructor for class org.springframework.data.rest.core.event.AfterCreateEvent
 
AfterDeleteEvent - Class in org.springframework.data.rest.core.event
Emitted after the entity is deleted from the repository.
AfterDeleteEvent(Object) - Constructor for class org.springframework.data.rest.core.event.AfterDeleteEvent
 
AfterLinkDeleteEvent - Class in org.springframework.data.rest.core.event
Emitted after a link to a related object is deleted from the parent.
AfterLinkDeleteEvent(Object, Object) - Constructor for class org.springframework.data.rest.core.event.AfterLinkDeleteEvent
 
AfterLinkSaveEvent - Class in org.springframework.data.rest.core.event
Emitted after saving a linked object to its parent in the repository.
AfterLinkSaveEvent(Object, Object) - Constructor for class org.springframework.data.rest.core.event.AfterLinkSaveEvent
 
afterPropertiesSet() - Method in class org.springframework.data.rest.core.event.ValidatingRepositoryEventListener
 
afterPropertiesSet() - Method in class org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module
 
afterPropertiesSet() - Method in class org.springframework.data.rest.webmvc.RepositoryRestHandlerAdapter
 
afterPropertiesSet() - Method in class org.springframework.data.rest.webmvc.ResourceProcessorInvokingHandlerAdapter
 
AfterSaveEvent - Class in org.springframework.data.rest.core.event
Emitted after a save to the repository.
AfterSaveEvent(Object) - Constructor for class org.springframework.data.rest.core.event.AfterSaveEvent
 
AnnotatedHandlerBeanPostProcessor - Class in org.springframework.data.rest.core.event
 
AnnotatedHandlerBeanPostProcessor() - Constructor for class org.springframework.data.rest.core.event.AnnotatedHandlerBeanPostProcessor
 
annotatedHandlerBeanPostProcessor() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
BeanPostProcessor to turn beans annotated as org.springframework.data.rest.repository.annotation.RepositoryEventHandlers.
applicationContext - Variable in class org.springframework.data.rest.core.event.AbstractRepositoryEventListener
 
apply(S) - Method in interface org.springframework.data.rest.core.util.Function
 
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