Uses of Interface
org.springframework.boot.http.codec.CodecCustomizer
Packages that use CodecCustomizer
Package
Description
Auto-configuration for Spring Framework's functional web client.
Auto-configuration for Spring WebFlux tests.
-
Uses of CodecCustomizer in org.springframework.boot.webclient.autoconfigure
Constructor parameters in org.springframework.boot.webclient.autoconfigure with type arguments of type CodecCustomizer -
Uses of CodecCustomizer in org.springframework.boot.webflux.test.autoconfigure
Constructor parameters in org.springframework.boot.webflux.test.autoconfigure with type arguments of type CodecCustomizerModifierConstructorDescriptionSpringBootWebTestClientBuilderCustomizer
(Collection<CodecCustomizer> codecCustomizers) Create a newSpringBootWebTestClientBuilderCustomizer
that will configure the builder's codecs using the givencodecCustomizers
.