Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
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 . |
Copyright © 2012-2016–2018 Pivotal, Inc.. All rights reserved.