| 程序包 | 说明 |
|---|---|
| top.lshaci.framework.web.converter |
| 限定符和类型 | 方法和说明 |
|---|---|
FastJsonConverterFactory |
FastJsonConverterFactory.addSerializerFeature(List<com.alibaba.fastjson.serializer.SerializerFeature> serializerFeatures)
Add fast json config serializer features with list
|
FastJsonConverterFactory |
FastJsonConverterFactory.addSerializerFeature(com.alibaba.fastjson.serializer.SerializerFeature... serializerFeatures)
Add fast json config serializer features with array
|
FastJsonConverterFactory |
FastJsonConverterFactory.addSupportedMediaType(List<org.springframework.http.MediaType> mediaTypes)
Add fast json http message converter supported media type
|
FastJsonConverterFactory |
FastJsonConverterFactory.addSupportedMediaType(org.springframework.http.MediaType mediaType)
Add fast json http message converter supported media type
|
FastJsonConverterFactory |
FastJsonConverterFactory.addSupportedMediaType(String mediaType)
Add fast json http message converter supported media type
|
static FastJsonConverterFactory |
FastJsonConverterFactory.build()
Init fast json converter factory
|
FastJsonConverterFactory |
FastJsonConverterFactory.setDateFormat(String dateFormat)
Create fast json http message converter with date format
|
Copyright © 2019. All rights reserved.