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 

P

paramNames() - Method in class org.springframework.data.rest.core.invoke.RepositoryQueryMethod
The parameter names as pulled from the Param annotations.
paramTypes() - Method in class org.springframework.data.rest.core.invoke.RepositoryQueryMethod
The method's parameter types.
Path - Class in org.springframework.data.rest.core
Simple value object to build up (URI) paths.
Path(String) - Constructor for class org.springframework.data.rest.core.Path
Creates a new Path from the given String.
persistentEntityArgumentResolver() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
Reads incoming JSON into an entity.
persistentEntityJackson2Module() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
Jackson module responsible for intelligently serializing and deserializing JSON that corresponds to an entity.
PersistentEntityJackson2Module - Class in org.springframework.data.rest.webmvc.json
 
PersistentEntityJackson2Module(ResourceMappings) - Constructor for class org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module
 
PersistentEntityResource<T> - Class in org.springframework.data.rest.webmvc
A Spring HATEOAS Resource subclass that holds a reference to the entity's PersistentEntity metadata.
PersistentEntityResource(PersistentEntity<?, ?>, T, Link...) - Constructor for class org.springframework.data.rest.webmvc.PersistentEntityResource
 
persistentEntityResourceAssembler() - Method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
 
PersistentEntityResourceAssembler<T> - Class in org.springframework.data.rest.webmvc
 
PersistentEntityResourceAssembler(Repositories, EntityLinks) - Constructor for class org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler
PersistentEntityResourceHandlerMethodArgumentResolver - Class in org.springframework.data.rest.webmvc
 
PersistentEntityResourceHandlerMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.data.rest.webmvc.PersistentEntityResourceHandlerMethodArgumentResolver
 
PersistentEntityResourceProcessor - Class in org.springframework.data.rest.webmvc.support
 
PersistentEntityResourceProcessor(Repositories, List<ResourceProcessor<Resource<?>>>) - Constructor for class org.springframework.data.rest.webmvc.support.PersistentEntityResourceProcessor
 
PersistentEntityToJsonSchemaConverter - Class in org.springframework.data.rest.webmvc.json
 
PersistentEntityToJsonSchemaConverter(Repositories, ResourceMappings) - Constructor for class org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter
Person - Class in org.springframework.data.rest.example.jpa
An entity that represents a person.
Person() - Constructor for class org.springframework.data.rest.example.jpa.Person
 
Person(String, String) - Constructor for class org.springframework.data.rest.example.jpa.Person
 
PersonRepository - Interface in org.springframework.data.rest.example.jpa
A repository to manage Persons.
personResourceProcessor() - Method in class org.springframework.data.rest.example.RestExporterExampleRestConfig
 
PersonValidator - Class in org.springframework.data.rest.example.jpa
 
PersonValidator() - Constructor for class org.springframework.data.rest.example.jpa.PersonValidator
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.data.rest.core.event.AnnotatedHandlerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.data.rest.core.event.AnnotatedHandlerBeanPostProcessor
 
process(PersistentEntityResource<?>) - Method in class org.springframework.data.rest.webmvc.support.PersistentEntityResourceProcessor
 
Product - Class in org.springframework.data.rest.example.gemfire.core
A product.
Product(Long, String, BigDecimal) - Constructor for class org.springframework.data.rest.example.gemfire.core.Product
Creates a new Product with the given name.
Product(Long, String, BigDecimal, String) - Constructor for class org.springframework.data.rest.example.gemfire.core.Product
Creates a new Product from the given name and description.
Product() - Constructor for class org.springframework.data.rest.example.gemfire.core.Product
 
ProductRepository - Interface in org.springframework.data.rest.example.gemfire.core
Repository interface to access Products.
Profile - Class in org.springframework.data.rest.example.mongodb
 
Profile() - Constructor for class org.springframework.data.rest.example.mongodb.Profile
 
ProfileRepository - Interface in org.springframework.data.rest.example.mongodb
 
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