Uses of Interface
org.springframework.boot.http.converter.autoconfigure.ClientHttpMessageConvertersCustomizer
Packages that use ClientHttpMessageConvertersCustomizer
Package
Description
Auto-configuration for RestClient.
Auto-configuration for RestTestClient and TestRestTemplate.
-
Uses of ClientHttpMessageConvertersCustomizer in org.springframework.boot.restclient.autoconfigure
Constructors in org.springframework.boot.restclient.autoconfigure with parameters of type ClientHttpMessageConvertersCustomizerModifierConstructorDescriptionConstructor parameters in org.springframework.boot.restclient.autoconfigure with type arguments of type ClientHttpMessageConvertersCustomizerModifierConstructorDescription -
Uses of ClientHttpMessageConvertersCustomizer in org.springframework.boot.resttestclient.autoconfigure
Constructor parameters in org.springframework.boot.resttestclient.autoconfigure with type arguments of type ClientHttpMessageConvertersCustomizerModifierConstructorDescriptionSpringBootRestTestClientBuilderCustomizer(Collection<ClientHttpMessageConvertersCustomizer> messageConverterCustomizers) Create a newSpringBootRestTestClientBuilderCustomizerthat will configure the builder's message converters using the givenmessageConverterCustomizers.