|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TemplateVariable | |
|---|---|
| org.springframework.hateoas | Value objects to ease creating Links and link driven representations for REST webservices. |
| Uses of TemplateVariable in org.springframework.hateoas |
|---|
| Methods in org.springframework.hateoas that return types with arguments of type TemplateVariable | |
|---|---|
List<TemplateVariable> |
TemplateVariables.asList()
Returns the contained TemplateVariables as List. |
List<TemplateVariable> |
UriTemplate.getVariables()
Returns the TemplateVariables discovered. |
List<TemplateVariable> |
Link.getVariables()
Returns all TemplateVariables contained in the Link. |
Iterator<TemplateVariable> |
TemplateVariables.iterator()
|
Iterator<TemplateVariable> |
UriTemplate.iterator()
|
| Methods in org.springframework.hateoas with parameters of type TemplateVariable | |
|---|---|
TemplateVariables |
TemplateVariables.concat(TemplateVariable... variables)
Concatenates the given TemplateVariables to the current one. |
| Method parameters in org.springframework.hateoas with type arguments of type TemplateVariable | |
|---|---|
TemplateVariables |
TemplateVariables.concat(Collection<TemplateVariable> variables)
Concatenates the given TemplateVariables to the current one. |
| Constructors in org.springframework.hateoas with parameters of type TemplateVariable | |
|---|---|
TemplateVariables(TemplateVariable... variables)
Creates a new TemplateVariables for the given TemplateVariables. |
|
| Constructor parameters in org.springframework.hateoas with type arguments of type TemplateVariable | |
|---|---|
TemplateVariables(List<TemplateVariable> variables)
Creates a new TemplateVariables for the given TemplateVariables. |
|
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||