| Package | Description |
|---|---|
| org.springframework.data.rest.core | |
| org.springframework.data.rest.core.mapping | |
| org.springframework.data.rest.webmvc | |
| org.springframework.data.rest.webmvc.mapping |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.slash(Path path) |
Path |
Path.slash(String path)
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.slash(Path path) |
| Modifier and Type | Method and Description |
|---|---|
Path |
ResourceMapping.getPath()
Returns the path the resource is exposed under.
|
Path |
SearchResourceMappings.getPath() |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
BaseUri.appendPath(Path path)
|
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.hateoas.Link> |
Associations.getLinksFor(Association<? extends PersistentProperty<?>> association,
Path path)
Returns the links to render for the given
Association. |
| Constructor and Description |
|---|
LinkCollectingAssociationHandler(PersistentEntities entities,
Path path,
Associations associations)
Deprecated.
Creates a new
LinkCollectingAssociationHandler for the given PersistentEntities, Path and
Associations. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.