Class RootUriBuilderFactory
java.lang.Object
org.springframework.boot.web.client.RootUriTemplateHandler
org.springframework.boot.web.client.RootUriBuilderFactory
- All Implemented Interfaces:
org.springframework.web.util.UriBuilderFactory
,org.springframework.web.util.UriTemplateHandler
public class RootUriBuilderFactory
extends RootUriTemplateHandler
implements org.springframework.web.util.UriBuilderFactory
UriBuilderFactory
to set the root for URI that starts with '/'
.- Since:
- 3.2.3
-
Method Summary
Methods inherited from class org.springframework.boot.web.client.RootUriTemplateHandler
addTo, expand, expand, getRootUri, withHandlerWrapper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.web.util.UriTemplateHandler
expand, expand
-
Method Details
-
uriString
- Specified by:
uriString
in interfaceorg.springframework.web.util.UriBuilderFactory
-
builder
public org.springframework.web.util.UriBuilder builder()- Specified by:
builder
in interfaceorg.springframework.web.util.UriBuilderFactory
-