public class FastJsonConverterFactory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
FastJsonConverterFactory |
addSerializerFeature(List<com.alibaba.fastjson.serializer.SerializerFeature> serializerFeatures)
Add fast json config serializer features with list
|
FastJsonConverterFactory |
addSerializerFeature(com.alibaba.fastjson.serializer.SerializerFeature... serializerFeatures)
Add fast json config serializer features with array
|
FastJsonConverterFactory |
addSupportedMediaType(List<org.springframework.http.MediaType> mediaTypes)
Add fast json http message converter supported media type
|
FastJsonConverterFactory |
addSupportedMediaType(org.springframework.http.MediaType mediaType)
Add fast json http message converter supported media type
|
FastJsonConverterFactory |
addSupportedMediaType(String mediaType)
Add fast json http message converter supported media type
|
static FastJsonConverterFactory |
build()
Init fast json converter factory
|
com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter |
get()
Get the fast json http message converter
|
FastJsonConverterFactory |
setDateFormat(String dateFormat)
Create fast json http message converter with date format
|
public static FastJsonConverterFactory build()
public FastJsonConverterFactory setDateFormat(String dateFormat)
dateFormat - The date format stringpublic FastJsonConverterFactory addSerializerFeature(com.alibaba.fastjson.serializer.SerializerFeature... serializerFeatures)
serializerFeatures - serializer feature arraypublic FastJsonConverterFactory addSerializerFeature(List<com.alibaba.fastjson.serializer.SerializerFeature> serializerFeatures)
serializerFeatures - serializer feature listpublic FastJsonConverterFactory addSupportedMediaType(String mediaType)
mediaType - the media type stringpublic FastJsonConverterFactory addSupportedMediaType(org.springframework.http.MediaType mediaType)
mediaType - the media typepublic FastJsonConverterFactory addSupportedMediaType(List<org.springframework.http.MediaType> mediaTypes)
mediaTypes - the media type listpublic com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter get()
Copyright © 2019. All rights reserved.