public interface UriTemplateHandler
URI.| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
expand(java.lang.String uriTemplate,
java.util.Map<java.lang.String,?> uriVariables)
Expand the give URI template with a map of URI variables.
|
java.net.URI |
expand(java.lang.String uriTemplate,
java.lang.Object... uriVariableValues)
Expand the give URI template with an array of URI variable values.
|
java.net.URI expand(java.lang.String uriTemplate,
java.util.Map<java.lang.String,?> uriVariables)
uriTemplate - the URI template stringuriVariables - the URI variablesjava.net.URI expand(java.lang.String uriTemplate,
java.lang.Object... uriVariableValues)
uriTemplate - the URI template stringuriVariableValues - the URI variable values