- java.lang.Object
-
- org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
-
@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
- Author:
- Dave Syer, Christian Dupuis, Piotr Maj, Oliver Gierke, David Liu, Andy Wilkinson, Sebastien Deleuze, Stephane Nicoll, EddĂș MelĂ©ndez
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.