| Package | Description |
|---|---|
| org.springframework.hateoas |
Value objects to ease creating
Links and link driven representations for REST webservices. |
| org.springframework.hateoas.alps |
Value objects to build ALPS metadata.
|
| org.springframework.hateoas.client |
Client side support.
|
| org.springframework.hateoas.core |
Implementations of core API interfaces.
|
| org.springframework.hateoas.hal |
HAL-specific extensions, SPIs and Jackson customizations.
|
| Modifier and Type | Method and Description |
|---|---|
LinkDiscoverer |
LinkDiscoverers.getLinkDiscovererFor(org.springframework.http.MediaType mediaType)
Returns the
LinkDiscoverer suitable for the given MediaType. |
LinkDiscoverer |
LinkDiscoverers.getLinkDiscovererFor(String mediaType)
Returns the
LinkDiscoverer suitable for the given media type. |
| Constructor and Description |
|---|
LinkDiscoverers(org.springframework.plugin.core.PluginRegistry<LinkDiscoverer,org.springframework.http.MediaType> discoverers)
Creates a new
LinkDiscoverers instance with the given PluginRegistry. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlpsLinkDiscoverer
LinkDiscoverer implementation to find ALPS-based links. |
| Modifier and Type | Method and Description |
|---|---|
Traverson |
Traverson.setLinkDiscoverers(List<? extends LinkDiscoverer> discoverer)
Sets the
LinkDiscoverers to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPathLinkDiscoverer
LinkDiscoverer that uses JsonPath to find links inside a representation. |
| Modifier and Type | Class and Description |
|---|---|
class |
HalLinkDiscoverer
LinkDiscoverer implementation based on HAL link structure. |
Copyright © 2012-2016–2018 Pivotal, Inc.. All rights reserved.