public class WebClientCodecCustomizer
extends java.lang.Object
implements org.springframework.boot.web.reactive.function.client.WebClientCustomizer
WebClientCustomizer that configures codecs for the HTTP client.| Constructor and Description |
|---|
WebClientCodecCustomizer(java.util.List<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) |