Uses of Class
com.alibaba.fastjson.support.config.FastJsonConfig
-
Packages that use FastJsonConfig Package Description com.alibaba.fastjson.support.jaxrs com.alibaba.fastjson.support.retrofit com.alibaba.fastjson.support.spring com.alibaba.fastjson.support.spring.messaging -
Uses of FastJsonConfig in com.alibaba.fastjson.support.jaxrs
Methods in com.alibaba.fastjson.support.jaxrs that return FastJsonConfig Modifier and Type Method and Description FastJsonConfig
FastJsonProvider. getFastJsonConfig()
Methods in com.alibaba.fastjson.support.jaxrs with parameters of type FastJsonConfig Modifier and Type Method and Description void
FastJsonProvider. setFastJsonConfig(FastJsonConfig fastJsonConfig)
Uses of FastJsonConfig in com.alibaba.fastjson.support.retrofit
Methods in com.alibaba.fastjson.support.retrofit that return FastJsonConfig Modifier and Type Method and Description FastJsonConfig
Retrofit2ConverterFactory. getFastJsonConfig()
Methods in com.alibaba.fastjson.support.retrofit with parameters of type FastJsonConfig Modifier and Type Method and Description static Retrofit2ConverterFactory
Retrofit2ConverterFactory. create(FastJsonConfig fastJsonConfig)
Retrofit2ConverterFactory
Retrofit2ConverterFactory. setFastJsonConfig(FastJsonConfig fastJsonConfig)
Constructors in com.alibaba.fastjson.support.retrofit with parameters of type FastJsonConfig Constructor and Description Retrofit2ConverterFactory(FastJsonConfig fastJsonConfig)
Uses of FastJsonConfig in com.alibaba.fastjson.support.spring
Methods in com.alibaba.fastjson.support.spring that return FastJsonConfig Modifier and Type Method and Description FastJsonConfig
FastJsonJsonView. getFastJsonConfig()
FastJsonConfig
FastJsonHttpMessageConverter. getFastJsonConfig()
FastJsonConfig
FastJsonRedisSerializer. getFastJsonConfig()
Methods in com.alibaba.fastjson.support.spring with parameters of type FastJsonConfig Modifier and Type Method and Description void
FastJsonJsonView. setFastJsonConfig(FastJsonConfig fastJsonConfig)
void
FastJsonHttpMessageConverter. setFastJsonConfig(FastJsonConfig fastJsonConfig)
void
FastJsonRedisSerializer. setFastJsonConfig(FastJsonConfig fastJsonConfig)
Uses of FastJsonConfig in com.alibaba.fastjson.support.spring.messaging
Methods in com.alibaba.fastjson.support.spring.messaging that return FastJsonConfig Modifier and Type Method and Description FastJsonConfig
MappingFastJsonMessageConverter. getFastJsonConfig()
Methods in com.alibaba.fastjson.support.spring.messaging with parameters of type FastJsonConfig Modifier and Type Method and Description void
MappingFastJsonMessageConverter. setFastJsonConfig(FastJsonConfig fastJsonConfig)
Copyright © 2012–2021 Alibaba Group. All rights reserved.