| Package | Description |
|---|---|
| org.springframework.hateoas.server.core |
Implementations of core API interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationMappingDiscoverer
Deprecated.
since 1.2, not for removal but for hiding within the package in 1.3
|
class |
CachingMappingDiscoverer
Caching adapter of
MappingDiscoverer. |
| Modifier and Type | Field and Description |
|---|---|
static MappingDiscoverer |
WebHandler.DISCOVERER |
| Modifier and Type | Method and Description |
|---|---|
static List<Affordance> |
SpringAffordanceBuilder.create(Class<?> type,
Method method,
String href,
MappingDiscoverer discoverer)
Use the attributes of the current method call along with a collection of
AffordanceModelFactory's to create
a set of Affordances. |
static CachingMappingDiscoverer |
CachingMappingDiscoverer.of(MappingDiscoverer delegate) |
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.