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 

I

INSTANCE - Static variable in class org.springframework.data.rest.core.util.UUIDConverter
 
invokeDelete(Serializable) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvoker
 
invokeFindAll(Pageable) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvoker
 
invokeFindAll(Sort) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvoker
 
invokeFindOne(Serializable) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvoker
 
invokeQueryMethod(Method, Map<String, String[]>, Pageable, Sort) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvoker
 
invokeSave(Object) - Method in interface org.springframework.data.rest.core.invoke.RepositoryInvoker
 
isArrayProperty(String) - Method in class org.springframework.data.rest.webmvc.json.JsonSchema
 
isExported() - Method in class org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
 
isExported() - Method in interface org.springframework.data.rest.core.mapping.ResourceMapping
Returns whether the component shall be exported at all.
isExported(PersistentProperty<?>) - Method in interface org.springframework.data.rest.core.mapping.ResourceMetadata
Returns whether the given PersistentProperty is a managed resource and in fact exported.
isExported() - Method in class org.springframework.data.rest.core.mapping.SearchResourceMappings
 
isHandler(Class<?>) - Method in class org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping
 
isIdExposedFor(Class<?>) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Should we expose the ID property for this domain type?
isManagedResource(PersistentProperty<?>) - Method in interface org.springframework.data.rest.core.mapping.ResourceMetadata
Returns whether the type of the given PersistentProperty is exposed as resource itself.
isMapped(PersistentProperty<?>) - Method in class org.springframework.data.rest.core.mapping.ResourceMappings
 
isPageable() - Method in class org.springframework.data.rest.core.invoke.RepositoryMethod
Flag denoting whether this repository method returns a Page result or not.
isRepositoryInterface(Class<?>) - Static method in class org.springframework.data.rest.core.support.RepositoriesUtils
 
isRequired() - Method in class org.springframework.data.rest.webmvc.json.JsonSchema.Property
 
isReturnBodyOnCreate() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Whether to return a response body after creating an entity.
isReturnBodyOnUpdate() - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
Whether to return a response body after updating an entity.
isSortable() - Method in class org.springframework.data.rest.core.invoke.RepositoryMethod
Flag denoting whether this repository method accepts sorting information.
isValid(String) - Static method in class org.springframework.data.rest.example.gemfire.core.EmailAddress
Returns whether the given String is a valid EmailAddress which means you can safely instantiate the class.
iterator() - Method in class org.springframework.data.rest.core.mapping.ResourceMappings
 
iterator() - Method in class org.springframework.data.rest.core.mapping.SearchResourceMappings
 
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