| Package | Description |
|---|---|
| org.springframework.hateoas.mediatype.hal |
HAL-specific extensions, SPIs and Jackson customizations.
|
| Modifier and Type | Method and Description |
|---|---|
static HalConfiguration.RenderSingleLinks |
HalConfiguration.RenderSingleLinks.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HalConfiguration.RenderSingleLinks[] |
HalConfiguration.RenderSingleLinks.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HalConfiguration |
HalConfiguration.withRenderSingleLinksFor(LinkRelation relation,
HalConfiguration.RenderSingleLinks renderSingleLinks)
Configures how to render a single link for a given particular
LinkRelation. |
HalConfiguration |
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 (like
search), take wildcards to e.g. match links of a given curie (like acme:*) or even
complete URIs (like https://api.acme.com/foo/**). |
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.