Commit 80f568bd authored by Madhura Bhave's avatar Madhura Bhave

Clarify RestTemplateBuilder rootUri documentation

Closes gh-15343
parent 5f336432
...@@ -133,7 +133,10 @@ public class RestTemplateBuilder { ...@@ -133,7 +133,10 @@ public class RestTemplateBuilder {
/** /**
* Set a root URL that should be applied to each request that starts with {@code '/'}. * Set a root URL that should be applied to each request that starts with {@code '/'}.
* See {@link RootUriTemplateHandler} for details. * Since this works by adding a {@link UriTemplateHandler} to the
* {@link RestTemplate}, the root URL will only apply when {@code String} variants of
* the {@link RestTemplate} methods are used for specifying the request URL. See
* {@link RootUriTemplateHandler} for details.
* @param rootUri the root URI or {@code null} * @param rootUri the root URI or {@code null}
* @return a new builder instance * @return a new builder instance
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment