Interface HttpMessageConverters

All Superinterfaces:
Iterable<HttpMessageConverter<?>>

public interface HttpMessageConverters extends Iterable<HttpMessageConverter<?>>
Utility for building and configuring an immutable collection of HttpMessageConverter instances for client or server usage. You can ask to register default converters with classpath detection, add custom converters and post-process configured converters.
Since:
7.0
Author:
Brian Clozel