Class RootUriBuilderFactory
java.lang.Object
org.springframework.boot.restclient.RootUriTemplateHandler
org.springframework.boot.restclient.RootUriBuilderFactory
- All Implemented Interfaces:
UriBuilderFactory, UriTemplateHandler
@Deprecated(forRemoval=true,
since="4.1.0")
public class RootUriBuilderFactory
extends RootUriTemplateHandler
implements UriBuilderFactory
Deprecated, for removal: This API element is subject to removal in a future version.
UriBuilderFactory to set the root for URI that starts with '/'.- Since:
- 4.0.0
- Author:
- Scott Frederick
-
Constructor Summary
ConstructorsConstructorDescriptionRootUriBuilderFactory(String rootUri, UriTemplateHandler delegate) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with the root URI to use. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class RootUriTemplateHandler
expand, expand, getRootUriMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UriTemplateHandler
expand, expand
-
Constructor Details
-
RootUriBuilderFactory
Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with the root URI to use.- Parameters:
rootUri- the root URIdelegate- theUriTemplateHandlerto delegate to
-
-
Method Details
-
uriString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
uriStringin interfaceUriBuilderFactory
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
builderin interfaceUriBuilderFactory
-
DefaultUriBuilderFactory.