Spring Hateoas

Uses of Class
org.springframework.hateoas.TemplateVariable

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> Link.getVariables()
          Returns all TemplateVariables contained in the Link.
 List<TemplateVariable> UriTemplate.getVariables()
          Returns the TemplateVariables discovered.
 Iterator<TemplateVariable> UriTemplate.iterator()
           
 Iterator<TemplateVariable> TemplateVariables.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

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.