Uses of Interface
org.springframework.web.util.UriBuilderFactory
Packages that use UriBuilderFactory
Package
Description
Support for testing Spring WebFlux server endpoints via
 
WebTestClient.Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.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 UriBuilderFactoryModifier and TypeMethodDescriptionWebTestClient.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 UriBuilderFactoryModifier and TypeMethodDescriptionWebClient.Builder.uriBuilderFactory(UriBuilderFactory uriBuilderFactory) Provide a pre-configuredUriBuilderFactoryinstance. - 
Uses of UriBuilderFactory in org.springframework.web.util
Classes in org.springframework.web.util that implement UriBuilderFactoryModifier and TypeClassDescriptionclassUriBuilderFactorythat relies onUriComponentsBuilderfor the actual building of the URI.