- valueOf(String) - Static method in enum com.damnhandy.uri.template.impl.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.damnhandy.uri.template.impl.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.damnhandy.uri.template.impl.VarSpec.VarFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.damnhandy.uri.template.UriTemplate.Encoding
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.damnhandy.uri.template.impl.Modifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.damnhandy.uri.template.impl.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.damnhandy.uri.template.impl.VarSpec.VarFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.damnhandy.uri.template.UriTemplate.Encoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class com.damnhandy.uri.template.UriTemplate
-
The collection of values that will be applied to the URI expression in the
expansion process.
- VarExploder - Interface in com.damnhandy.uri.template
-
A
VarExploder is invoked when an explode modifier "*" is encountered within
a variable name within a URI expression expression and the replacement value is a complex
type, such a some type of POJO or other data type.
- VarExploderFactory - Class in com.damnhandy.uri.template.impl
-
- VariableExpansionException - Exception in com.damnhandy.uri.template.impl
-
This
RuntimeException is raised when the the template processor
encounters an issue expanding the value into the variable at expansion time.
- VariableExpansionException() - Constructor for exception com.damnhandy.uri.template.impl.VariableExpansionException
-
Create a new VariableExpansionException.
- VariableExpansionException(String) - Constructor for exception com.damnhandy.uri.template.impl.VariableExpansionException
-
Create a new VariableExpansionException.
- VariableExpansionException(Throwable) - Constructor for exception com.damnhandy.uri.template.impl.VariableExpansionException
-
Create a new VariableExpansionException.
- VariableExpansionException(String, Throwable) - Constructor for exception com.damnhandy.uri.template.impl.VariableExpansionException
-
Create a new VariableExpansionException.
- VarName - Annotation Type in com.damnhandy.uri.template
-
When this annotation is placed on a field or getter method, the
annotation value will be used instead of the property name.
- VarSpec - Class in com.damnhandy.uri.template.impl
-
Represents a variable in a URI template expression.
- VarSpec(String, Modifier) - Constructor for class com.damnhandy.uri.template.impl.VarSpec
-
Create a new VarSpec.
- VarSpec(String, Modifier, Integer) - Constructor for class com.damnhandy.uri.template.impl.VarSpec
-
Create a new VarSpec.
- VarSpec.VarFormat - Enum in com.damnhandy.uri.template.impl
-