JavaScript is disabled on your browser.
java.lang.Object
org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
@Configuration
@ConditionalOnClass (value =org.springframework.http.converter.HttpMessageConverter.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
Constructor Summary
Constructors
Constructor and Description
HttpMessageConvertersAutoConfiguration (org.springframework.beans.factory.ObjectProvider<List <org.springframework.http.converter.HttpMessageConverter<?>>> convertersProvider)
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2017 Pivotal Software, Inc. . All rights reserved.