Uses of Class
org.springframework.hateoas.mediatype.hal.HalLinkRelation
Packages that use HalLinkRelation
Package
Description
HAL-specific extensions, SPIs and Jackson customizations.
-
Uses of HalLinkRelation in org.springframework.hateoas.mediatype.hal
Fields in org.springframework.hateoas.mediatype.hal declared as HalLinkRelationMethods in org.springframework.hateoas.mediatype.hal that return HalLinkRelationModifier and TypeMethodDescriptionCreates a newHalLinkRelationcuried to the given value.static HalLinkRelationCreates a newHalLinkRelationfor a curied relation.HalLinkRelation.curieIfUncuried(String curie) Returns a curiedHalLinkRelationeither using the existing curie or the given one if previously uncuried.CurieProvider.getNamespacedRelFor(LinkRelation rel) Returns the rel to be rendered for the given rel.DefaultCurieProvider.getNamespacedRelFor(LinkRelation relation) CurieProvider.getNamespacedRelFrom(Link link) Returns the rel to be rendered for the givenLink.DefaultCurieProvider.getNamespacedRelFrom(Link link) Jackson2HalModule.EmbeddedMapper.map(LinkRelation source) Maps the givenHalLinkRelationusing the underlying relation transformer.static HalLinkRelationHalLinkRelation.of(LinkRelation relation) Returns aHalLinkRelationfor the given generalLinkRelation.Creates a newHalLinkRelationbased on the current curie settings.static HalLinkRelationCreates a new uncuriedHalLinkRelation.Methods in org.springframework.hateoas.mediatype.hal that return types with arguments of type HalLinkRelationModifier and TypeMethodDescriptionMaps the given source elements as embedded values.