Uses of Interface
org.springframework.boot.web.codec.CodecCustomizer
Packages that use CodecCustomizer
Package
Description
Auto-configuration for Spring Framework's functional web client.
Auto-configuration for reactive web tests.
-
Uses of CodecCustomizer in org.springframework.boot.autoconfigure.web.reactive.function.client
Method parameters in org.springframework.boot.autoconfigure.web.reactive.function.client with type arguments of type CodecCustomizerModifier and TypeMethodDescriptionWebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer
(ObjectProvider<CodecCustomizer> codecCustomizers) Constructor parameters in org.springframework.boot.autoconfigure.web.reactive.function.client with type arguments of type CodecCustomizer -
Uses of CodecCustomizer in org.springframework.boot.test.autoconfigure.web.reactive
Method parameters in org.springframework.boot.test.autoconfigure.web.reactive with type arguments of type CodecCustomizerModifier and TypeMethodDescriptionWebTestClientAutoConfiguration.springBootWebTestClientBuilderCustomizer
(ObjectProvider<CodecCustomizer> codecCustomizers) 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
.