Uses of Interface
org.springframework.http.codec.ClientCodecConfigurer
Package
Description
Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer
based on the converter
implementations from org.springframework.http.codec.json
and co.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 ClientCodecConfigurer in org.springframework.http.codec
Modifier and TypeMethodDescriptionClientCodecConfigurer.clone()
Create a copy of thisCodecConfigurer
.static ClientCodecConfigurer
ClientCodecConfigurer.create()
Static factory method for aClientCodecConfigurer
. -
Uses of ClientCodecConfigurer in org.springframework.http.codec.support
-
Uses of ClientCodecConfigurer in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescriptionWebTestClient.Builder.codecs
(Consumer<ClientCodecConfigurer> configurer) -
Uses of ClientCodecConfigurer in org.springframework.web.reactive.function.client
Modifier and TypeMethodDescriptionExchangeStrategies.Builder.codecs
(Consumer<ClientCodecConfigurer> consumer) Customize the list of client-side HTTP message readers and writers.WebClient.Builder.codecs
(Consumer<ClientCodecConfigurer> configurer)