Class RootUriBuilderFactory
java.lang.Object
org.springframework.boot.restclient.RootUriTemplateHandler
org.springframework.boot.restclient.RootUriBuilderFactory
- All Implemented Interfaces:
org.springframework.web.util.UriBuilderFactory, org.springframework.web.util.UriTemplateHandler
@Deprecated(forRemoval=true,
since="4.1.0")
public class RootUriBuilderFactory
extends RootUriTemplateHandler
implements org.springframework.web.util.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
-
Constructor Summary
ConstructorsConstructorDescriptionRootUriBuilderFactory(String rootUri, org.springframework.web.util.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 TypeMethodDescriptionorg.springframework.web.util.UriBuilderbuilder()Deprecated, for removal: This API element is subject to removal in a future version.org.springframework.web.util.UriBuilderDeprecated, 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 org.springframework.web.util.UriTemplateHandler
expand, expand
-
Constructor Details
-
RootUriBuilderFactory
public RootUriBuilderFactory(String rootUri, org.springframework.web.util.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.- 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 interfaceorg.springframework.web.util.UriBuilderFactory
-
builder
public org.springframework.web.util.UriBuilder builder()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
builderin interfaceorg.springframework.web.util.UriBuilderFactory
-
DefaultUriBuilderFactory.