| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionResourceMapping
A custom resource mapping for collection resources.
|
interface |
MethodResourceMapping
A
ResourceMapping that is backed by a Method. |
interface |
PropertyAwareResourceMapping |
interface |
ResourceMetadata
Interface for metadata of resources exposed through the system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResourceMappings
ResourceMapping for all search resources. |
| Modifier and Type | Method and Description |
|---|---|
ResourceMapping |
ResourceMetadata.getMappingFor(org.springframework.data.mapping.PersistentProperty<?> property)
Returns the
ResourceMapping for the given PersistentProperty or null if not managed. |
ResourceMapping |
PersistentEntitiesResourceMappings.getMappingFor(org.springframework.data.mapping.PersistentProperty<?> property) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.