Uses of Class
com.alibaba.fastjson.support.config.FastJsonConfig
Packages that use FastJsonConfig
Package
Description
-
Uses of FastJsonConfig in com.alibaba.fastjson.support.jaxrs
Methods in com.alibaba.fastjson.support.jaxrs that return FastJsonConfigModifier and TypeMethodDescriptionFastJsonProvider.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 FastJsonConfigModifier and TypeMethodDescriptionvoidFastJsonProvider.setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson.support.retrofit
Methods in com.alibaba.fastjson.support.retrofit that return FastJsonConfigMethods in com.alibaba.fastjson.support.retrofit with parameters of type FastJsonConfigModifier and TypeMethodDescriptionstatic Retrofit2ConverterFactoryRetrofit2ConverterFactory.create(FastJsonConfig fastJsonConfig) Retrofit2ConverterFactory.setFastJsonConfig(FastJsonConfig fastJsonConfig) Constructors in com.alibaba.fastjson.support.retrofit with parameters of type FastJsonConfig -
Uses of FastJsonConfig in com.alibaba.fastjson.support.spring
Methods in com.alibaba.fastjson.support.spring that return FastJsonConfigModifier and TypeMethodDescriptionFastJsonHttpMessageConverter.getFastJsonConfig()FastJsonRedisSerializer.getFastJsonConfig()Methods in com.alibaba.fastjson.support.spring with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidFastJsonHttpMessageConverter.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 FastJsonConfigMethods in com.alibaba.fastjson.support.spring.annotation with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidFastJsonView.setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson.support.spring.messaging
Methods in com.alibaba.fastjson.support.spring.messaging that return FastJsonConfigMethods in com.alibaba.fastjson.support.spring.messaging with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidMappingFastJsonMessageConverter.setFastJsonConfig(FastJsonConfig fastJsonConfig)