| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping | |
| org.springframework.data.rest.webmvc |
| 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(PersistentProperty<?> property)
Returns the
ResourceMapping for the given PersistentProperty or null if not managed. |
ResourceMapping |
PersistentEntitiesResourceMappings.getMappingFor(PersistentProperty<?> property) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ProfileController.getPath(RepositoryRestConfiguration configuration,
ResourceMapping mapping)
Return the href for the profile link of a given baseUri and domain type mapping.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.