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