Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
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(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,MediaType> discoverers)
Creates a new
LinkDiscoverers instance with the given PluginRegistry . |
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-2015–2015 Pivotal, Inc.. All rights reserved.