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