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, withHandlerWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.util.UriTemplateHandler
expand, expand
-
Method Details
-
uriString
- Specified by:
uriStringin interfaceorg.springframework.web.util.UriBuilderFactory
-
builder
public org.springframework.web.util.UriBuilder builder()- Specified by:
builderin interfaceorg.springframework.web.util.UriBuilderFactory
-