インターフェースの使用
org.springframework.boot.web.codec.CodecCustomizer
CodecCustomizer を使用するパッケージ
org.springframework.boot.autoconfigure.web.reactive.function.client 内の CodecCustomizer 使用
型 CodecCustomizer の型引数を持つ org.springframework.boot.autoconfigure.web.reactive.function.client のメソッドパラメーター修飾子と型メソッド説明WebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer(ObjectProvider<CodecCustomizer> codecCustomizers) 型の型引数を持つ org.springframework.boot.autoconfigure.web.reactive.function.client のコンストラクターパラメーター CodecCustomizerorg.springframework.boot.test.autoconfigure.web.reactive 内の CodecCustomizer 使用
型 CodecCustomizer の型引数を持つ org.springframework.boot.test.autoconfigure.web.reactive のメソッドパラメーター修飾子と型メソッド説明WebTestClientAutoConfiguration.springBootWebTestClientBuilderCustomizer(ObjectProvider<CodecCustomizer> codecCustomizers) 型の型引数を持つ org.springframework.boot.test.autoconfigure.web.reactive のコンストラクターパラメーター CodecCustomizer修飾子コンストラクター説明SpringBootWebTestClientBuilderCustomizer(CollectionSE<CodecCustomizer> codecCustomizers) 指定されたcodecCustomizersを使用してビルダーのコーデックを構成する新しいSpringBootWebTestClientBuilderCustomizerを作成します。