| Package | Description |
|---|---|
| org.springframework.data.rest.core.config | |
| org.springframework.data.rest.core.mapping |
| Constructor and Description |
|---|
ProjectionDefinitionConfiguration(Iterable<ResourceMetadata> resourceMetadata)
Creates a new
ProjectionDefinitionConfiguration from the given ResourceMetadata instances. |
| Modifier and Type | Method and Description |
|---|---|
ResourceMetadata |
ResourceMappings.getMetadataFor(Class<?> type)
Returns a
ResourceMetadata for the given type if available. |
ResourceMetadata |
PersistentEntitiesResourceMappings.getMetadataFor(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ResourceMetadata> |
PersistentEntitiesResourceMappings.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistentEntitiesResourceMappings.addToCache(Class<?> type,
ResourceMetadata metadata)
Adds the given
ResourceMetadata to the cache. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.