- valueOf(String) - Static method in enum com.github.fge.uritemplate.expression.ExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.uritemplate.vars.specs.VariableSpecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.uritemplate.vars.values.ValueType
-
Returns the enum constant of this type with the specified name.
- ValueRenderer - Class in com.github.fge.uritemplate.render
-
Main rendering class
- ValueRenderer(ExpressionType) - Constructor for class com.github.fge.uritemplate.render.ValueRenderer
-
Constructor
- values() - Static method in enum com.github.fge.uritemplate.expression.ExpressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.uritemplate.vars.specs.VariableSpecType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.uritemplate.vars.values.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueType - Enum in com.github.fge.uritemplate.vars.values
-
Enumeration of the different types of variable values
- VariableMap - Class in com.github.fge.uritemplate.vars
-
Container class for variables name/value pairs
- VariableMapBuilder - Class in com.github.fge.uritemplate.vars
-
- VariableSpec - Class in com.github.fge.uritemplate.vars.specs
-
A variable specifier
- VariableSpec(VariableSpecType, String) - Constructor for class com.github.fge.uritemplate.vars.specs.VariableSpec
-
- VariableSpecType - Enum in com.github.fge.uritemplate.vars.specs
-
Enumeration of a variable modifier type
- VariableValue - Class in com.github.fge.uritemplate.vars.values
-
Abstract class for one variable value
- VariableValue(ValueType) - Constructor for class com.github.fge.uritemplate.vars.values.VariableValue
-