Uses of Class
org.springframework.hateoas.Links
Package
Description
Value objects to ease creating
Link
s and link driven representations for REST
webservices.Client side support.
Value objects to build Collection+JSON representations.
HAL-specific extensions, SPIs and Jackson customizations.
UBER media type objects.
Vnd.Error media type.
-
Uses of Links in org.springframework.hateoas
Modifier and TypeMethodDescriptionfinal Links
Adds the given links if the given condition is true.final Links
Adds the given links if the given condition is true.final Links
Adds the given links if the given condition is true.RepresentationModel.getLinks()
Returns allLink
s contained in this resource.Links.merge
(Links.MergeMode mode, Iterable<Link> links) Merges the currentLinks
with the given ones applying the givenLinks.MergeMode
.Links.merge
(Links.MergeMode mode, Stream<Link> links) Merges the currentLinks
with the given ones applying the givenLinks.MergeMode
.Links.merge
(Links.MergeMode mode, Link... links) Merges the currentLinks
with the given ones applying the givenLinks.MergeMode
.static Links
static Links
static Links
Creates aLinks
instance from the given RFC-8288-compatible link format.Links.without
(LinkRelation relation) -
Uses of Links in org.springframework.hateoas.client
Modifier and TypeMethodDescriptionJsonPathLinkDiscoverer.findLinksWithRel
(LinkRelation relation, InputStream representation) JsonPathLinkDiscoverer.findLinksWithRel
(LinkRelation relation, String representation) default Links
LinkDiscoverer.findLinksWithRel
(String relation, InputStream representation) Returns all links with the given link relation found in the givenInputStream
representation.default Links
LinkDiscoverer.findLinksWithRel
(String relation, String representation) Returns all links with the given link relation found in the givenString
representation.LinkDiscoverer.findLinksWithRel
(LinkRelation relation, InputStream representation) Returns all links with the givenLinkRelation
found in the givenInputStream
representation.LinkDiscoverer.findLinksWithRel
(LinkRelation relation, String representation) Returns all links with the givenLinkRelation
found in the givenString
representation. -
Uses of Links in org.springframework.hateoas.mediatype.collectionjson
Modifier and TypeMethodDescriptionCollectionJsonLinkDiscoverer.findLinksWithRel
(LinkRelation relation, InputStream representation) CollectionJsonLinkDiscoverer.findLinksWithRel
(LinkRelation relation, String representation) -
Uses of Links in org.springframework.hateoas.mediatype.hal
Modifier and TypeMethodDescriptionCollection<?>
CurieProvider.getCurieInformation
(Links links) Returns an object to render as the base curie information.Collection<?>
DefaultCurieProvider.getCurieInformation
(Links links) boolean
Jackson2HalModule.HalLinkListSerializer.hasSingleElement
(Links value) boolean
Jackson2HalModule.HalLinkListSerializer.isEmpty
(com.fasterxml.jackson.databind.SerializerProvider provider, Links value) void
Jackson2HalModule.HalLinkListSerializer.serialize
(Links value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of Links in org.springframework.hateoas.mediatype.uber
Modifier and TypeMethodDescriptionUberLinkDiscoverer.findLinksWithRel
(LinkRelation rel, InputStream representation) UberLinkDiscoverer.findLinksWithRel
(LinkRelation rel, String representation) -
Uses of Links in org.springframework.hateoas.mediatype.vnderrors