Uses of Interface
org.springframework.hateoas.client.LinkDiscoverer
Package
Description
Client side support.
Value objects to build ALPS metadata.
Value objects to build Collection+JSON representations.
HAL-specific extensions, SPIs and Jackson customizations.
HAL-FORMS extension media type.
UBER media type objects.
-
Uses of LinkDiscoverer in org.springframework.hateoas.client
Modifier and TypeClassDescriptionclass
LinkDiscoverer
that usesJsonPath
to find links inside a representation.Modifier and TypeMethodDescriptionLinkDiscoverers.getRequiredLinkDiscovererFor
(String mediaType) Returns theLinkDiscoverer
suitable for the given media type.LinkDiscoverers.getRequiredLinkDiscovererFor
(MediaType mediaType) Returns theLinkDiscoverer
suitable for the givenMediaType
.Modifier and TypeMethodDescriptionLinkDiscoverers.getLinkDiscovererFor
(String mediaType) Returns theLinkDiscoverer
suitable for the given media type.LinkDiscoverers.getLinkDiscovererFor
(MediaType mediaType) Returns theLinkDiscoverer
suitable for the givenMediaType
.TraversonDefaults.getLinkDiscoverers
(Collection<MediaType> mediaTypes) Returns theLinkDiscoverer
s to be registered by default for the givenMediaType
s.Modifier and TypeMethodDescriptionTraverson.setLinkDiscoverers
(List<? extends LinkDiscoverer> discoverer) Sets theLinkDiscoverers
to use.ModifierConstructorDescriptionLinkDiscoverers
(org.springframework.plugin.core.PluginRegistry<LinkDiscoverer, MediaType> discoverers) Creates a newLinkDiscoverers
instance with the givenPluginRegistry
. -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.alps
-
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.collectionjson
Modifier and TypeClassDescriptionclass
LinkDiscoverer
implementation based on JSON Collection link structure. -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.hal
Modifier and TypeClassDescriptionclass
LinkDiscoverer
implementation based on HAL link structure. -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.hal.forms
-
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.uber
Modifier and TypeClassDescriptionclass
Find links by rel in an UBER+JSON representation.