@Configuration
@ConditionalOnClass(name="com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter")
@ConditionalOnProperty(name="spring.http.converters.preferred-json-mapper",
havingValue="fastjson",
matchIfMissing=true)
@ConditionalOnWebApplication
@EnableConfigurationProperties(value=FastJsonProperties.class)
protected static class FastJsonAutoConfiguration.FastJson2HttpMessageConverterConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FastJson2HttpMessageConverterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.autoconfigure.web.HttpMessageConverters |
customConverters() |
Copyright © 2016. All Rights Reserved.