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