Uses of Interface
org.springframework.web.reactive.function.client.ExchangeStrategies.Builder
Packages that use ExchangeStrategies.Builder 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.Uses of ExchangeStrategies.Builder in org.springframework.test.web.reactive.server
Method parameters in org.springframework.test.web.reactive.server with type arguments of type ExchangeStrategies.Builder Modifier and Type Method Description WebTestClient.BuilderWebTestClient.Builder. exchangeStrategies(Consumer<ExchangeStrategies.Builder> configurer)Deprecated.as of 5.1.13 in favor ofWebTestClient.Builder.codecs(Consumer)Uses of ExchangeStrategies.Builder in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return ExchangeStrategies.Builder Modifier and Type Method Description static ExchangeStrategies.BuilderExchangeStrategies. builder()Return a builder pre-configured with default configuration to start.ExchangeStrategies.BuilderExchangeStrategies.Builder. codecs(Consumer<ClientCodecConfigurer> consumer)Customize the list of client-side HTTP message readers and writers.static ExchangeStrategies.BuilderExchangeStrategies. empty()Return a builder with empty configuration to start.default ExchangeStrategies.BuilderExchangeStrategies. mutate()Return a builder to create a newExchangeStrategiesinstance replicated from the current instance.Method parameters in org.springframework.web.reactive.function.client with type arguments of type ExchangeStrategies.Builder Modifier and Type Method Description WebClient.BuilderWebClient.Builder. exchangeStrategies(Consumer<ExchangeStrategies.Builder> configurer)Deprecated.as of 5.1.13 in favor ofWebClient.Builder.codecs(Consumer)