|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TemplateVariable.VariableType | |
|---|---|
| org.springframework.hateoas | Value objects to ease creating Links and link driven representations for REST webservices. |
| Uses of TemplateVariable.VariableType in org.springframework.hateoas |
|---|
| Methods in org.springframework.hateoas that return TemplateVariable.VariableType | |
|---|---|
static TemplateVariable.VariableType |
TemplateVariable.VariableType.from(String key)
Returns the TemplateVariable.VariableType for the given variable key. |
TemplateVariable.VariableType |
TemplateVariable.getType()
Returns the type of the variable. |
static TemplateVariable.VariableType |
TemplateVariable.VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TemplateVariable.VariableType[] |
TemplateVariable.VariableType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.springframework.hateoas with parameters of type TemplateVariable.VariableType | |
|---|---|
boolean |
TemplateVariable.VariableType.canBeCombinedWith(TemplateVariable.VariableType type)
|
| Constructors in org.springframework.hateoas with parameters of type TemplateVariable.VariableType | |
|---|---|
TemplateVariable(String name,
TemplateVariable.VariableType type)
Creates a new TemplateVariable with the given name and type. |
|
TemplateVariable(String name,
TemplateVariable.VariableType type,
String description)
Creates a new TemplateVariable with the given name, type and description. |
|
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||