Class RootUriTemplateHandler
java.lang.Object
org.springframework.boot.restclient.RootUriTemplateHandler
- All Implemented Interfaces:
UriTemplateHandler
- Direct Known Subclasses:
RootUriBuilderFactory
@Deprecated(forRemoval=true,
since="4.1.0")
public class RootUriTemplateHandler
extends Object
implements UriTemplateHandler
Deprecated, for removal: This API element is subject to removal in a future version.
UriTemplateHandler to set the root for URI that starts with '/'.- Since:
- 4.0.0
- Author:
- Phillip Webb, Scott Frederick
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRootUriTemplateHandler(UriTemplateHandler handler) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
RootUriTemplateHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
expand
-
expand
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
expandin interfaceUriTemplateHandler
-
getRootUri
Deprecated, for removal: This API element is subject to removal in a future version.
-
DefaultUriBuilderFactory.