Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
org.springframework.hateoas.client | |
org.springframework.hateoas.core | |
org.springframework.hateoas.hal |
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 | 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-2014–2018 Pivotal, Inc.. All rights reserved.