private static class UriComponents.MapTemplateVariables extends java.lang.Object implements UriComponents.UriTemplateVariables
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,?> |
uriVariables |
SKIP_VALUE| Constructor and Description |
|---|
MapTemplateVariables(java.util.Map<java.lang.String,?> uriVariables) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(java.lang.String name)
Get the value for the given URI variable name.
|
public MapTemplateVariables(java.util.Map<java.lang.String,?> uriVariables)
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