Uses of Enum Class
org.springframework.hateoas.mediatype.hal.HalConfiguration.RenderSingleLinks
Packages that use HalConfiguration.RenderSingleLinks
Package
Description
HAL-specific extensions, SPIs and Jackson customizations.
-
Uses of HalConfiguration.RenderSingleLinks in org.springframework.hateoas.mediatype.hal
Methods in org.springframework.hateoas.mediatype.hal that return HalConfiguration.RenderSingleLinksModifier and TypeMethodDescriptionHalConfiguration.getRenderSingleLinks()Returns the enum constant of this class with the specified name.static HalConfiguration.RenderSingleLinks[]HalConfiguration.RenderSingleLinks.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.hateoas.mediatype.hal with parameters of type HalConfiguration.RenderSingleLinksModifier and TypeMethodDescriptionHalConfiguration.withRenderSingleLinks(HalConfiguration.RenderSingleLinks renderSingleLinks) Create a newHalConfigurationby copying the attributes and replacing the renderSingleLinks.HalConfiguration.withRenderSingleLinksFor(String pattern, HalConfiguration.RenderSingleLinks renderSingleLinks) Configures how to render a single link for the given link relation pattern, i.e. this can be either a fixed link relation (likesearch), take wildcards to e.g. match links of a given curie (likeacme:*) or even complete URIs (likehttps://api.acme.com/foo/**).HalConfiguration.withRenderSingleLinksFor(LinkRelation relation, HalConfiguration.RenderSingleLinks renderSingleLinks) Configures how to render a single link for a given particularLinkRelation.