インターフェースの使用
org.springframework.http.codec.ClientCodecConfigurer
ClientCodecConfigurer を使用するパッケージ
パッケージ
説明
org.springframework.http.codec.json および co からのコンバーター実装に基づいて、ClientCodecConfigurer および ServerCodecConfigurer の実装を提供します。WebTestClient を介した Spring WebFlux サーバーエンドポイントのテストのサポート。org.springframework.http.client.reactive リアクティブ HTTP アダプター層上に構築されるリアクティブ WebClient を提供します。org.springframework.http.codec 内の ClientCodecConfigurer 使用
修飾子と型メソッド説明ClientCodecConfigurer.clone()このCodecConfigurerのコピーを作成します。static ClientCodecConfigurerClientCodecConfigurer.create()ClientCodecConfigurerの静的ファクトリメソッド。org.springframework.http.codec.support 内の ClientCodecConfigurer 使用
org.springframework.test.web.reactive.server 内の ClientCodecConfigurer 使用
型 ClientCodecConfigurer の型引数を持つ org.springframework.test.web.reactive.server のメソッドパラメーターorg.springframework.web.reactive.function.client 内の ClientCodecConfigurer 使用
型 ClientCodecConfigurer の型引数を持つ org.springframework.web.reactive.function.client のメソッドパラメーター修飾子と型メソッド説明ExchangeStrategies.Builder.codecs(ConsumerSE<ClientCodecConfigurer> consumer) クライアント側の HTTP メッセージリーダーおよびライターのリストをカスタマイズします。WebClient.Builder.codecs(ConsumerSE<ClientCodecConfigurer> configurer)