public static interface UriComponents.UriTemplateVariables
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
SKIP_VALUE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(java.lang.String name)
Get the value for the given URI variable name.
|
java.lang.Object getValue(java.lang.String name)
null, an empty String is expanded.
If the value is SKIP_VALUE, the URI variable is not expanded.name - the variable namenull or SKIP_VALUE