public static interface UriComponents.UriTemplateVariables
Modifier and Type | Field and Description |
---|---|
static Object |
SKIP_VALUE |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(String name)
Get the value for the given URI variable name.
|
static final Object SKIP_VALUE
Object getValue(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