Uses of Interface
org.springframework.web.util.UriBuilderFactory
Packages that use UriBuilderFactory Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.util Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.Uses of UriBuilderFactory in org.springframework.test.web.reactive.server
Methods in org.springframework.test.web.reactive.server with parameters of type UriBuilderFactory Modifier and Type Method Description WebTestClient.BuilderWebTestClient.Builder. uriBuilderFactory(UriBuilderFactory uriBuilderFactory)Provide a pre-configuredUriBuilderFactoryinstance as an alternative to and effectively overridingWebTestClient.Builder.baseUrl(String).Uses of UriBuilderFactory in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client with parameters of type UriBuilderFactory Modifier and Type Method Description WebClient.BuilderWebClient.Builder. uriBuilderFactory(UriBuilderFactory uriBuilderFactory)Provide a pre-configuredUriBuilderFactoryinstance.Uses of UriBuilderFactory in org.springframework.web.util
Classes in org.springframework.web.util that implement UriBuilderFactory Modifier and Type Class Description classDefaultUriBuilderFactoryUriBuilderFactorythat relies onUriComponentsBuilderfor the actual building of the URI.