public interface UriTemplateHandler
Supported as a property on the RestTemplate as well as the
AsyncRestTemplate.
DefaultUriBuilderFactory| Modifier and Type | Method and Description |
|---|---|
URI |
expand(String uriTemplate,
Map<String,?> uriVariables)
Expand the given URI template from a map of URI variables.
|
URI |
expand(String uriTemplate,
Object... uriVariables)
Expand the given URI template from an array of URI variables.
|