private static class UriComponents.VarArgsTemplateVariables extends java.lang.Object implements UriComponents.UriTemplateVariables
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<java.lang.Object> |
valueIterator |
SKIP_VALUE| Constructor and Description |
|---|
VarArgsTemplateVariables(java.lang.Object... uriVariableValues) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(java.lang.String name)
Get the value for the given URI variable name.
|
public VarArgsTemplateVariables(java.lang.Object... uriVariableValues)
public java.lang.Object getValue(java.lang.String name)
UriComponents.UriTemplateVariablesnull, an empty String is expanded.
If the value is UriComponents.UriTemplateVariables.SKIP_VALUE, the URI variable is not expanded.getValue in interface UriComponents.UriTemplateVariablesname - the variable namenull or UriComponents.UriTemplateVariables.SKIP_VALUE