| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
MethodResourceMapping |
SearchResourceMappings.getExportedMethodMappingForPath(String path)
Returns the
MethodResourceMapping for the given path. |
MethodResourceMapping |
SearchResourceMappings.getExportedMethodMappingForRel(String rel)
Returns the
MappingResourceMetadata for the given relation name. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<MethodResourceMapping> |
SearchResourceMappings.getExportedMappings()
Returns the mappings for all exported query methods.
|
Iterator<MethodResourceMapping> |
SearchResourceMappings.iterator() |
| Constructor and Description |
|---|
SearchResourceMappings(List<MethodResourceMapping> mappings)
Creates a new
SearchResourceMappings from the given |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.