Uses of Class
org.springframework.boot.web.client.RootUriTemplateHandler
Package
Description
Web client test utilities.
Web client utilities.
-
Uses of RootUriTemplateHandler in org.springframework.boot.test.web.client
Modifier and TypeClassDescriptionclass
UriTemplateHandler
will automatically prefix relative URIs withlocalhost:${local.server.port}
. -
Uses of RootUriTemplateHandler in org.springframework.boot.web.client
Modifier and TypeClassDescriptionclass
UriBuilderFactory
to set the root for URI that starts with'/'
.Modifier and TypeMethodDescriptionstatic RootUriTemplateHandler
RootUriTemplateHandler.addTo
(RestTemplate restTemplate, String rootUri) Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.3 for removal in 3.4.0, with no replacementRootUriTemplateHandler.withHandlerWrapper
(Function<UriTemplateHandler, UriTemplateHandler> wrapper) Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.3 for removal in 3.4.0, with no replacement