Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
Modifier and Type | Method and Description |
---|---|
static Links.MergeMode |
Links.MergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Links.MergeMode[] |
Links.MergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Links |
Links.merge(Links.MergeMode mode,
Iterable<Link> links)
Merges the current
Links with the given ones applying the given Links.MergeMode . |
Links |
Links.merge(Links.MergeMode mode,
Link... links)
Merges the current
Links with the given ones applying the given Links.MergeMode . |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.