Interface ClientHttpMessageConvertersCustomizer
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Callback interface that can be used to customize a 
HttpMessageConverters for
client usage.- Since:
 - 4.0
 - Author:
 - Brian Clozel
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCallback to customize aHttpMessageConverters.ClientBuilderinstance. 
- 
Method Details
- 
customize
Callback to customize aHttpMessageConverters.ClientBuilderinstance.- Parameters:
 builder- the builder to customize
 
 -