Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
org.springframework.hateoas.server.core |
Implementations of core API interfaces.
|
org.springframework.hateoas.server.mvc |
Spring MVC helper classes to build
Link s and assemble
RepresentationModel types. |
org.springframework.hateoas.server.reactive |
Modifier and Type | Field and Description |
---|---|
static TemplateVariables |
TemplateVariables.NONE |
Modifier and Type | Method and Description |
---|---|
TemplateVariables |
TemplateVariables.concat(Collection<TemplateVariable> variables)
Concatenates the given
TemplateVariable s to the current one. |
TemplateVariables |
TemplateVariables.concat(TemplateVariable... variables)
Concatenates the given
TemplateVariable s to the current one. |
TemplateVariables |
TemplateVariables.concat(TemplateVariables variables)
Concatenates the given
TemplateVariables to the current one. |
Modifier and Type | Method and Description |
---|---|
TemplateVariables |
TemplateVariables.concat(TemplateVariables variables)
Concatenates the given
TemplateVariables to the current one. |
UriTemplate |
UriTemplate.with(TemplateVariables variables)
Creates a new
UriTemplate with the current TemplateVariable s augmented with the given ones. |
Constructor and Description |
---|
UriTemplate(String baseUri,
TemplateVariables variables)
Creates a new
UriTemplate from the given base URI and TemplateVariables . |
Modifier and Type | Method and Description |
---|---|
T |
WebHandler.LinkBuilderCreator.createBuilder(org.springframework.web.util.UriComponents components,
TemplateVariables variables,
List<Affordance> affordances) |
protected abstract T |
TemplateVariableAwareLinkBuilderSupport.createNewInstance(org.springframework.web.util.UriComponentsBuilder builder,
List<Affordance> affordances,
TemplateVariables variables) |
Constructor and Description |
---|
TemplateVariableAwareLinkBuilderSupport(org.springframework.web.util.UriComponentsBuilder builder,
TemplateVariables variables,
List<Affordance> affordances) |
TemplateVariableAwareLinkBuilderSupport(org.springframework.web.util.UriComponents components,
TemplateVariables variables,
List<Affordance> affordances) |
Modifier and Type | Method and Description |
---|---|
protected WebMvcLinkBuilder |
WebMvcLinkBuilder.createNewInstance(org.springframework.web.util.UriComponentsBuilder builder,
List<Affordance> affordances,
TemplateVariables variables) |
protected ControllerLinkBuilder |
ControllerLinkBuilder.createNewInstance(org.springframework.web.util.UriComponentsBuilder builder,
List<Affordance> affordances,
TemplateVariables variables)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected WebFluxLinkBuilder |
WebFluxLinkBuilder.createNewInstance(org.springframework.web.util.UriComponentsBuilder builder,
List<Affordance> affordances,
TemplateVariables variables) |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.