|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkDiscoverer | |
|---|---|
| org.springframework.hateoas | Value objects to ease creating Links and link driven representations for REST webservices. |
| org.springframework.hateoas.core | |
| org.springframework.hateoas.hal | |
| Uses of LinkDiscoverer in org.springframework.hateoas |
|---|
| Methods in org.springframework.hateoas that return LinkDiscoverer | |
|---|---|
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 parameters in org.springframework.hateoas with type arguments of type LinkDiscoverer | |
|---|---|
LinkDiscoverers(org.springframework.plugin.core.PluginRegistry<LinkDiscoverer,MediaType> discoverers)
Creates a new LinkDiscoverers instance with the given PluginRegistry. |
|
| Uses of LinkDiscoverer in org.springframework.hateoas.core |
|---|
| Classes in org.springframework.hateoas.core that implement LinkDiscoverer | |
|---|---|
class |
JsonPathLinkDiscoverer
LinkDiscoverer that uses JsonPath to find links inside a representation. |
| Uses of LinkDiscoverer in org.springframework.hateoas.hal |
|---|
| Classes in org.springframework.hateoas.hal that implement LinkDiscoverer | |
|---|---|
class |
HalLinkDiscoverer
LinkDiscoverer implementation based on HAL link structure. |
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||