Package | Description |
---|---|
org.springframework.http.codec | |
org.springframework.http.codec.support |
Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from org.springframework.http.codec.json and co. |
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.web.reactive.function.client |
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer. |
Modifier and Type | Method and Description |
---|---|
ClientCodecConfigurer |
ClientCodecConfigurer.clone()
Create a copy of this
CodecConfigurer . |
static ClientCodecConfigurer |
ClientCodecConfigurer.create()
Static factory method for a
ClientCodecConfigurer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientCodecConfigurer
Default implementation of
ClientCodecConfigurer . |
Modifier and Type | Method and Description |
---|---|
WebTestClient.Builder |
WebTestClient.Builder.codecs(Consumer<ClientCodecConfigurer> configurer)
|
Modifier and Type | Method and Description |
---|---|
ExchangeStrategies.Builder |
ExchangeStrategies.Builder.codecs(Consumer<ClientCodecConfigurer> consumer)
Customize the list of client-side HTTP message readers and writers.
|
WebClient.Builder |
WebClient.Builder.codecs(Consumer<ClientCodecConfigurer> configurer)
|