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 |
---|---|
List<TemplateVariable> |
TemplateVariables.asList()
Returns the contained
TemplateVariable s as List . |
List<TemplateVariable> |
UriTemplate.getVariables()
Returns the
TemplateVariable s discovered. |
List<TemplateVariable> |
Link.getVariables()
Returns all
TemplateVariables contained in the Link . |
Iterator<TemplateVariable> |
UriTemplate.iterator() |
Iterator<TemplateVariable> |
TemplateVariables.iterator() |
Modifier and Type | Method and Description |
---|---|
TemplateVariables |
TemplateVariables.concat(TemplateVariable... variables)
Concatenates the given
TemplateVariable s to the current one. |
Modifier and Type | Method and Description |
---|---|
TemplateVariables |
TemplateVariables.concat(Collection<TemplateVariable> variables)
Concatenates the given
TemplateVariable s to the current one. |
Constructor and Description |
---|
TemplateVariables(TemplateVariable... variables)
Creates a new
TemplateVariables for the given TemplateVariable s. |
Constructor and Description |
---|
TemplateVariables(List<TemplateVariable> variables)
Creates a new
TemplateVariables for the given TemplateVariable s. |
Copyright © 2012-2015–2015 Pivotal, Inc.. All rights reserved.