@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=org.springframework.http.converter.HttpMessageConverter.class)
@Conditional(value=org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.class)
@AutoConfigureAfter(value={GsonAutoConfiguration.class,JacksonAutoConfiguration.class,JsonbAutoConfiguration.class})
@Import(value={org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration.class,org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration.class,org.springframework.boot.autoconfigure.http.JsonbHttpMessageConvertersConfiguration.class})
public class HttpMessageConvertersAutoConfiguration
extends Object
- Since:
- 2.0.0
- Author:
- Dave Syer, Christian Dupuis, Piotr Maj, Oliver Gierke, David Liu, Andy Wilkinson, Sebastien Deleuze, Stephane Nicoll, EddĂș MelĂ©ndez