Uses of Interface
org.springframework.boot.web.codec.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
Modifier and TypeMethodDescriptionWebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer
(ObjectProvider<CodecCustomizer> codecCustomizers) -
Uses of CodecCustomizer in org.springframework.boot.test.autoconfigure.web.reactive
Modifier and TypeMethodDescriptionWebTestClientAutoConfiguration.springBootWebTestClientBuilderCustomizer
(ObjectProvider<CodecCustomizer> codecCustomizers) ModifierConstructorDescriptionSpringBootWebTestClientBuilderCustomizer
(Collection<CodecCustomizer> codecCustomizers) Create a newSpringBootWebTestClientBuilderCustomizer
that will configure the builder's codecs using the givencodecCustomizers
.