@Configuration @EnableConfigurationProperties(value=FastJsonProperties.class) @ConditionalOnClass(value=com.alibaba.fastjson.JSON.class) public class FastJsonAutoConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Constructor and Description |
|---|
FastJsonAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
void |
extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter |
fastJsonHttpMessageConverter() |
org.springframework.http.converter.StringHttpMessageConverter |
stringHttpMessageConverter() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidator@Bean @ConditionalOnMissingBean public com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter fastJsonHttpMessageConverter()
@Bean public org.springframework.http.converter.StringHttpMessageConverter stringHttpMessageConverter()
public void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
configureMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2019. All rights reserved.