Java org.springframework.data.rest.core.mapping ResourceMetadata fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.core.mapping ResourceMetadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.core.mapping ResourceMetadata.

The text is from its open source code.

Method

ResourceDescriptiongetDescription()
Returns the resource's description.
ClassgetDomainType()
Returns the domain type that is exposed through the resource.
ResourceDescriptiongetItemResourceDescription()
Returns the ResourceDescription for the item resource.
LinkRelationgetItemResourceRel()
Returns the relation type pointing to the item resource within a collection.
ResourceMappinggetMappingFor(PersistentProperty property)
Returns the ResourceMapping for the given PersistentProperty or null if not managed.
PathgetPath()
Returns the path the resource is exposed under.
LinkRelationgetRel()
Returns the relation for the resource exported.
SearchResourceMappingsgetSearchResourceMappings()
Returns the SearchResourceMappings , i.e.
booleanisExported()
Returns whether the component shall be exported at all.