Uses of Class
com.alibaba.fastjson.support.config.FastJsonConfig
-
-
Uses of FastJsonConfig in com.alibaba.fastjson.support.jaxrs
Methods in com.alibaba.fastjson.support.jaxrs that return FastJsonConfig Modifier and Type Method Description FastJsonConfigFastJsonProvider. getFastJsonConfig()protected FastJsonConfigFastJsonProvider. locateConfigProvider(Class<?> type, javax.ws.rs.core.MediaType mediaType)Helper method that is called if no config has been explicitly configured.Methods in com.alibaba.fastjson.support.jaxrs with parameters of type FastJsonConfig Modifier and Type Method Description voidFastJsonProvider. 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 Description FastJsonConfigRetrofit2ConverterFactory. getFastJsonConfig()Methods in com.alibaba.fastjson.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.fastjson.support.retrofit with parameters of type FastJsonConfig Constructor 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 Description FastJsonConfigFastJsonHttpMessageConverter. getFastJsonConfig()FastJsonConfigFastJsonJsonView. getFastJsonConfig()FastJsonConfigFastJsonRedisSerializer. getFastJsonConfig()Methods in com.alibaba.fastjson.support.spring with parameters of type FastJsonConfig Modifier and Type Method Description voidFastJsonHttpMessageConverter. setFastJsonConfig(FastJsonConfig fastJsonConfig)voidFastJsonJsonView. setFastJsonConfig(FastJsonConfig fastJsonConfig)voidFastJsonRedisSerializer. setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson.support.spring.annotation
Methods in com.alibaba.fastjson.support.spring.annotation that return FastJsonConfig Modifier and Type Method Description FastJsonConfigFastJsonView. getFastJsonConfig()Methods in com.alibaba.fastjson.support.spring.annotation with parameters of type FastJsonConfig Modifier and Type Method Description voidFastJsonView. 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 Description FastJsonConfigMappingFastJsonMessageConverter. getFastJsonConfig()Methods in com.alibaba.fastjson.support.spring.messaging with parameters of type FastJsonConfig Modifier and Type Method Description voidMappingFastJsonMessageConverter. setFastJsonConfig(FastJsonConfig fastJsonConfig)
-