接口的使用
org.springframework.boot.web.codec.CodecCustomizer
使用CodecCustomizer的程序包
程序包
说明
Auto-configuration for Spring Framework's functional web client.
Auto-configuration for reactive web tests.
-
org.springframework.boot.autoconfigure.web.reactive.function.client中CodecCustomizer的使用
修饰符和类型方法说明WebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer
(ObjectProvider<CodecCustomizer> codecCustomizers) -
org.springframework.boot.test.autoconfigure.web.reactive中CodecCustomizer的使用
修饰符和类型方法说明WebTestClientAutoConfiguration.springBootWebTestClientBuilderCustomizer
(ObjectProvider<CodecCustomizer> codecCustomizers) 限定符构造器说明SpringBootWebTestClientBuilderCustomizer
(Collection<CodecCustomizer> codecCustomizers) Create a newSpringBootWebTestClientBuilderCustomizer
that will configure the builder's codecs using the givencodecCustomizers
.