インターフェースの使用
org.springframework.http.codec.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 ClientCodecConfigurer
ClientCodecConfigurer.create()
ClientCodecConfigurer
の静的ファクトリメソッド。org.springframework.http.codec.support 内の ClientCodecConfigurer 使用
org.springframework.test.web.reactive.server 内の ClientCodecConfigurer 使用
org.springframework.web.reactive.function.client 内の ClientCodecConfigurer 使用
修飾子と型メソッド説明ExchangeStrategies.Builder.codecs
(ConsumerSE<ClientCodecConfigurer> consumer) クライアント側の HTTP メッセージリーダーおよびライターのリストをカスタマイズします。WebClient.Builder.codecs
(ConsumerSE<ClientCodecConfigurer> configurer)