Uses of Class
org.springframework.boot.web.client.RootUriTemplateHandler
Packages that use RootUriTemplateHandler
Package
Description
Web client test utilities.
Web client utilities.
-
Uses of RootUriTemplateHandler in org.springframework.boot.test.web.client
Subclasses of RootUriTemplateHandler in org.springframework.boot.test.web.clientModifier and TypeClassDescriptionclass
UriTemplateHandler
will automatically prefix relative URIs withlocalhost:${local.server.port}
. -
Uses of RootUriTemplateHandler in org.springframework.boot.web.client
Subclasses of RootUriTemplateHandler in org.springframework.boot.web.clientModifier and TypeClassDescriptionclass
UriBuilderFactory
to set the root for URI that starts with'/'
.