类 HttpMessageConverters

java.lang.Object
cn.taketoday.http.converter.HttpMessageConverters
所有已实现的接口:
Iterable<HttpMessageConverter<?>>

public class HttpMessageConverters extends Object implements Iterable<HttpMessageConverter<?>>
Bean used to manage the HttpMessageConverters used in application. Provides a convenient way to add and merge additional HttpMessageConverters to a web application.

An instance of this bean can be registered with specific additional converters if needed, otherwise default converters will be used.

从以下版本开始:
4.0 2022/1/16 15:26
作者:
Dave Syer, Phillip Webb, Andy Wilkinson, Harry Yang
另请参阅: