Uses of Enum Class
org.springframework.hateoas.Links.MergeMode
Package
Description
Value objects to ease creating
Link
s and link driven representations for REST
webservices.-
Uses of Links.MergeMode in org.springframework.hateoas
Modifier and TypeMethodDescriptionstatic Links.MergeMode
Returns the enum constant of this class with the specified name.static Links.MergeMode[]
Links.MergeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLinks.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
.