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 TypeMethodDescriptionstatic RootUriTemplateHandler
RootUriTemplateHandler.addTo
(RestTemplate restTemplate, String rootUri) Add aRootUriTemplateHandler
instance to the givenRestTemplate
.RootUriTemplateHandler.withHandlerWrapper
(Function<UriTemplateHandler, UriTemplateHandler> wrapper) Derives a newRootUriTemplateHandler
from this one, wrapping its delegateUriTemplateHandler
by applying the givenwrapper
.