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 

G

GemfireRepositoryConfig - Class in org.springframework.data.rest.example.gemfire
Spring JavaConfig configuration class to setup a Spring container and infrastructure components.
GemfireRepositoryConfig() - Constructor for class org.springframework.data.rest.example.gemfire.GemfireRepositoryConfig
 
getAddresses() - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Return the Customer's addresses.
getAmount() - Method in class org.springframework.data.rest.example.gemfire.order.LineItem
Returns the amount of Products to be ordered.
getArrayProperty(String) - Method in class org.springframework.data.rest.webmvc.json.JsonSchema
 
getAttributes() - Method in class org.springframework.data.rest.example.gemfire.core.Product
Returns all the custom attributes of the Product.
getBaseUri() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
The base URI against which the exporter should calculate its links.
getBillingAddress() - Method in class org.springframework.data.rest.example.gemfire.order.Order
Returns the billing Address for this order.
getCause() - Method in class org.springframework.data.rest.webmvc.support.ConstraintViolationExceptionMessage
 
getCause() - Method in class org.springframework.data.rest.webmvc.support.ExceptionMessage
 
getCity() - Method in class org.springframework.data.rest.example.gemfire.core.Address
Returns the city.
getCollectionResourceRelFor(Class<?>) - Method in class org.springframework.data.rest.core.support.RepositoryRelProvider
 
getCollectionResourceRelFor(Class<?>) - Method in class org.springframework.data.rest.core.support.SimpleRelProvider
 
getContent() - Method in class org.springframework.data.rest.webmvc.json.JsonSchema
 
getConvertibleTypes() - Method in class org.springframework.data.rest.core.UriDomainClassConverter
 
getConvertibleTypes() - Method in class org.springframework.data.rest.core.util.UUIDConverter
 
getConvertibleTypes() - Method in class org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter
 
getCopy() - Method in class org.springframework.data.rest.example.gemfire.core.Address
Returns a copy of the current Address instance which is a new entity in terms of persistence.
getCountry() - Method in class org.springframework.data.rest.example.gemfire.core.Address
Returns the country.
getCreated() - Method in class org.springframework.data.rest.example.jpa.Person
 
getCustomerId() - Method in class org.springframework.data.rest.example.gemfire.order.Order
Returns the id of the Customer who placed the Order.
getDefaultMediaType() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the MediaType to use as a default when none is specified.
getDefaultPageSize() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the default size of Pageables.
getDescription() - Method in class org.springframework.data.rest.example.gemfire.core.Product
Returns the Product's description.
getDescription() - Method in class org.springframework.data.rest.webmvc.json.JsonSchema.Property
 
getDomainType() - Method in interface org.springframework.data.rest.core.mapping.ResourceMetadata
Returns the domain type that is exposed through the resource.
getDomainType(Class<?>) - Static method in class org.springframework.data.rest.core.support.RepositoriesUtils
Resolves the domain type from the given type.
getDomainTypesResourceMappingConfiguration() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the ResourceMappingConfiguration that is currently configured.
getEmailAddress() - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Returns the EmailAddress of the Customer.
getEntity() - Method in class org.springframework.data.rest.webmvc.support.ConstraintViolationMessage
 
getEntity() - Method in class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.ValidationError
 
getErrors() - Method in exception org.springframework.data.rest.core.RepositoryConstraintViolationException
 
getErrors() - Method in class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage
 
getException() - Method in class org.springframework.data.rest.core.event.ExceptionEvent
Get the source of this exception event.
getFather() - Method in class org.springframework.data.rest.example.jpa.Person
 
getFieldErrors() - Method in class org.springframework.data.rest.core.ValidationErrors
 
getFieldValue(String) - Method in class org.springframework.data.rest.core.ValidationErrors
 
getFirstname() - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Returns the firstname of the Customer.
getFirstName() - Method in class org.springframework.data.rest.example.jpa.Person
 
getFriends() - Method in class org.springframework.data.rest.example.neo4j.Friend
 
getGlobalErrors() - Method in class org.springframework.data.rest.core.ValidationErrors
 
getId() - Method in class org.springframework.data.rest.example.gemfire.core.AbstractPersistentEntity
Returns the identifier of the entity.
getId() - Method in class org.springframework.data.rest.example.jpa.Person
 
getId() - Method in class org.springframework.data.rest.example.mongodb.Profile
 
getId() - Method in class org.springframework.data.rest.example.neo4j.Friend
 
getId() - Method in class org.springframework.data.rest.example.neo4j.Movie
 
getId() - Method in class org.springframework.data.rest.example.neo4j.Studio
 
getInterceptors() - Method in class org.springframework.data.rest.webmvc.support.JpaHelper
 
getInvalidValue() - Method in class org.springframework.data.rest.webmvc.support.ConstraintViolationMessage
 
getInvalidValue() - Method in class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.ValidationError
 
getInvokerFor(Class<?>) - Method in class org.springframework.data.rest.core.invoke.DefaultRepositoryInvokerFactory
 
getInvokerFor(Class<?>) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvokerFactory
Returns the RepositoryInvoker for a repository managing the given domain type.
getItems() - Method in class org.springframework.data.rest.webmvc.json.JsonSchema.ArrayProperty
 
getLastname() - Method in class org.springframework.data.rest.example.gemfire.core.Customer
Returns the lastname of the Customer.
getLastName() - Method in class org.springframework.data.rest.example.jpa.Person
 
getLimitParamName() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the name of the URL query string parameter that indicates how many results to return at once.
getLineItems() - Method in class org.springframework.data.rest.example.gemfire.order.Order
Returns all LineItems currently belonging to the Order.
getLinked() - Method in class org.springframework.data.rest.core.event.LinkSaveEvent
Get the linked object.
getMappedMethod(String) - Method in class org.springframework.data.rest.core.mapping.SearchResourceMappings
Returns the method mapped to the given path.
getMappingFor(Class<?>) - Method in class org.springframework.data.rest.core.mapping.ResourceMappings
Returns a ResourceMetadata for the given type if available.
getMappingFor(PersistentProperty<?>) - Method in interface org.springframework.data.rest.core.mapping.ResourceMetadata
Returns the ResourceMapping for the given PersistentProperty or null if not managed.
getMaxPageSize() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the maximum size of pages.
getMessage() - Method in class org.springframework.data.rest.webmvc.support.ConstraintViolationMessage
 
getMessage() - Method in class org.springframework.data.rest.webmvc.support.ExceptionMessage
 
getMessage() - Method in class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.ValidationError
 
getMessages() - Method in class org.springframework.data.rest.webmvc.support.ConstraintViolationExceptionMessage
 
getMethod() - Method in class org.springframework.data.rest.core.invoke.RepositoryMethod
Get the reflected Method to invoke.
getMethod() - Method in interface org.springframework.data.rest.core.mapping.MethodResourceMapping
Returns the Method backing the resource.
getName() - Method in class org.springframework.data.rest.example.gemfire.core.Product
Returns the Product's name.
getName() - Method in class org.springframework.data.rest.example.neo4j.Friend
 
getName() - Method in class org.springframework.data.rest.example.neo4j.Movie
 
getName() - Method in class org.springframework.data.rest.example.neo4j.Studio
 
getName() - Method in class org.springframework.data.rest.webmvc.json.JsonSchema
 
getNameForPath(String) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
getObjectName() - Method in class org.springframework.data.rest.core.ValidationErrors
 
getOrder() - Method in class org.springframework.data.rest.webmvc.RepositoryRestHandlerAdapter
 
getPageParamName() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the name of the URL query string parameter that indicates what page to return.
getParameterNames() - Method in class org.springframework.data.rest.core.invoke.RepositoryMethod
Get the method parameter names.
getParameters() - Method in class org.springframework.data.rest.core.invoke.RepositoryMethod
Get the method parameter types.
getPath() - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
getPath() - Method in interface org.springframework.data.rest.core.mapping.ResourceMapping
Returns the path the resource is exposed under.
getPath() - Method in class org.springframework.data.rest.core.mapping.SearchResourceMappings
 
getPersistentEntity() - Method in class org.springframework.data.rest.webmvc.PersistentEntityResource
 
getPerson() - Method in class org.springframework.data.rest.example.mongodb.Profile
 
getPrice() - Method in class org.springframework.data.rest.example.gemfire.core.Product
Returns the price of the Product.
getProductId() - Method in class org.springframework.data.rest.example.gemfire.order.LineItem
Returns the id of the Product the LineItem refers to.
getProperty() - Method in class org.springframework.data.rest.webmvc.support.ConstraintViolationMessage
 
getProperty() - Method in class org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.ValidationError
 
getRel() - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
getRel() - Method in interface org.springframework.data.rest.core.mapping.ResourceMapping
Returns the relation for the resource exported.
getRel() - Method in class org.springframework.data.rest.core.mapping.SearchResourceMappings
 
getResourceMapping(RepositoryRestConfiguration, RepositoryInformation) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
getResourceMapping(RepositoryRestConfiguration, PersistentEntity<?, ?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
getResourceMappingFor(String) - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
getResourceMappingFor(Class<?>) - Method in class org.springframework.data.rest.core.config.ResourceMappingConfiguration
 
getResourceMappingForDomainType(Class<?>) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the ResourceMapping for a specific domain type.
getResourceMappingForRepository(Class<?>) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the ResourceMapping for a specific repository interface.
getResourceMappings() - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
getSearchResourceMappings(Class<?>) - Method in class org.springframework.data.rest.core.mapping.ResourceMappings
Returns the ResourceMappings for the search resources of the given type.
getSearchResourceMappings() - Method in interface org.springframework.data.rest.core.mapping.ResourceMetadata
Returns the SearchResourceMappings, i.e.
getSelfLinkFor(Object) - Method in class org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler
 
getShippingAddress() - Method in class org.springframework.data.rest.example.gemfire.order.Order
Returns the shipping Address for this order;
getSiblings() - Method in class org.springframework.data.rest.example.jpa.Person
 
getSingleResourceRel() - Method in interface org.springframework.data.rest.core.mapping.CollectionResourceMapping
 
getSingleResourceRelFor(Class<?>) - Method in class org.springframework.data.rest.core.support.RepositoryRelProvider
 
getSingleResourceRelFor(Class<?>) - Method in class org.springframework.data.rest.core.support.SimpleRelProvider
 
getSortParamName() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Get the name of the URL query string parameter that indicates what direction to sort results.
getStreet() - Method in class org.springframework.data.rest.example.gemfire.core.Address
Returns the street.
getStudio() - Method in class org.springframework.data.rest.example.neo4j.Movie
 
getSupportedMediaTypes() - Method in class org.springframework.data.rest.webmvc.convert.UriListHttpMessageConverter
 
getThis() - Method in class org.springframework.data.rest.webmvc.support.BaseUriLinkBuilder
 
getThis() - Method in class org.springframework.data.rest.webmvc.support.RepositoryLinkBuilder
 
getTotal() - Method in class org.springframework.data.rest.example.gemfire.order.LineItem
Returns the total for the LineItem.
getTotal() - Method in class org.springframework.data.rest.example.gemfire.order.Order
Returns the total of the Order.
getType() - Method in class org.springframework.data.rest.example.mongodb.Profile
 
getType() - Method in class org.springframework.data.rest.webmvc.json.JsonSchema.Property
 
getUnitPrice() - Method in class org.springframework.data.rest.example.gemfire.order.LineItem
Returns the price a single unit of the LineItem's product.
getValidators() - Method in class org.springframework.data.rest.core.event.ValidatingRepositoryEventListener
Get a Map of Validators that are assigned to the various RepositoryEvents.
graphDatabaseService() - Method in class org.springframework.data.rest.example.neo4j.Neo4jRepositoryConfig
 
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