Uses of Interface
org.springframework.hateoas.client.LinkDiscoverer
Packages that use 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
Classes in org.springframework.hateoas.client that implement LinkDiscovererModifier and TypeClassDescriptionclass
LinkDiscoverer
that usesJsonPath
to find links inside a representation.Methods in org.springframework.hateoas.client that return LinkDiscovererModifier and TypeMethodDescriptionLinkDiscoverers.getRequiredLinkDiscovererFor
(String mediaType) Returns theLinkDiscoverer
suitable for the given media type.LinkDiscoverers.getRequiredLinkDiscovererFor
(MediaType mediaType) Returns theLinkDiscoverer
suitable for the givenMediaType
.Methods in org.springframework.hateoas.client that return types with arguments of type LinkDiscovererModifier 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.Method parameters in org.springframework.hateoas.client with type arguments of type LinkDiscovererModifier and TypeMethodDescriptionTraverson.setLinkDiscoverers
(List<? extends LinkDiscoverer> discoverer) Sets theLinkDiscoverers
to use.Constructor parameters in org.springframework.hateoas.client with type arguments of type LinkDiscovererModifierConstructorDescriptionLinkDiscoverers
(org.springframework.plugin.core.PluginRegistry<LinkDiscoverer, MediaType> discoverers) Creates a newLinkDiscoverers
instance with the givenPluginRegistry
. -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.alps
Classes in org.springframework.hateoas.mediatype.alps that implement LinkDiscoverer -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.collectionjson
Classes in org.springframework.hateoas.mediatype.collectionjson that implement LinkDiscovererModifier and TypeClassDescriptionclass
LinkDiscoverer
implementation based on JSON Collection link structure. -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.hal
Classes in org.springframework.hateoas.mediatype.hal that implement LinkDiscovererModifier and TypeClassDescriptionclass
LinkDiscoverer
implementation based on HAL link structure. -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.hal.forms
Classes in org.springframework.hateoas.mediatype.hal.forms that implement LinkDiscoverer -
Uses of LinkDiscoverer in org.springframework.hateoas.mediatype.uber
Classes in org.springframework.hateoas.mediatype.uber that implement LinkDiscovererModifier and TypeClassDescriptionclass
Find links by rel in an UBER+JSON representation.