Uses of Interface
org.springframework.web.reactive.function.client.ExchangeStrategies.Builder
Packages that use ExchangeStrategies.Builder
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.- 
Uses of ExchangeStrategies.Builder in org.springframework.test.web.reactive.serverMethod parameters in org.springframework.test.web.reactive.server with type arguments of type ExchangeStrategies.BuilderModifier and TypeMethodDescriptionWebTestClient.Builder.exchangeStrategies(Consumer<ExchangeStrategies.Builder> configurer) Deprecated.
- 
Uses of ExchangeStrategies.Builder in org.springframework.web.reactive.function.clientMethods in org.springframework.web.reactive.function.client that return ExchangeStrategies.BuilderModifier and TypeMethodDescriptionstatic ExchangeStrategies.BuilderExchangeStrategies.builder()Return a builder pre-configured with default configuration to start.ExchangeStrategies.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.BuilderModifier and TypeMethodDescriptionWebClient.Builder.exchangeStrategies(Consumer<ExchangeStrategies.Builder> configurer) Deprecated.as of 5.1.13 in favor ofWebClient.Builder.codecs(Consumer)
WebTestClient.Builder.codecs(Consumer)