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