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