Uses of Class
com.alibaba.fastjson2.support.config.FastJsonConfig
-
Packages that use FastJsonConfig Package Description com.alibaba.fastjson2.support.retrofit -
-
Uses of FastJsonConfig in com.alibaba.fastjson2.support.retrofit
Methods in com.alibaba.fastjson2.support.retrofit that return FastJsonConfig Modifier and Type Method Description FastJsonConfigRetrofit2ConverterFactory. getFastJsonConfig()Methods in com.alibaba.fastjson2.support.retrofit with parameters of type FastJsonConfig Modifier and Type Method Description static Retrofit2ConverterFactoryRetrofit2ConverterFactory. create(FastJsonConfig fastJsonConfig)Retrofit2ConverterFactoryRetrofit2ConverterFactory. setFastJsonConfig(FastJsonConfig fastJsonConfig)Constructors in com.alibaba.fastjson2.support.retrofit with parameters of type FastJsonConfig Constructor Description Retrofit2ConverterFactory(FastJsonConfig fastJsonConfig)
-