Uses of Class
com.alibaba.fastjson2.support.config.FastJsonConfig
Packages that use FastJsonConfig
Package
Description
-
Uses of FastJsonConfig in com.alibaba.fastjson2.support.retrofit
Methods in com.alibaba.fastjson2.support.retrofit that return FastJsonConfigMethods in com.alibaba.fastjson2.support.retrofit with parameters of type FastJsonConfigModifier and TypeMethodDescriptionstatic Retrofit2ConverterFactoryRetrofit2ConverterFactory.create(FastJsonConfig fastJsonConfig) Retrofit2ConverterFactory.setFastJsonConfig(FastJsonConfig fastJsonConfig) Constructors in com.alibaba.fastjson2.support.retrofit with parameters of type FastJsonConfig -
Uses of FastJsonConfig in com.alibaba.fastjson2.support.spring.data.redis
Methods in com.alibaba.fastjson2.support.spring.data.redis that return FastJsonConfigMethods in com.alibaba.fastjson2.support.spring.data.redis with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidFastJsonJSONBRedisSerializer.setFastJsonConfig(FastJsonConfig config) Deprecated.voidFastJsonRedisSerializer.setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson2.support.spring.http.converter
Methods in com.alibaba.fastjson2.support.spring.http.converter that return FastJsonConfigMethods in com.alibaba.fastjson2.support.spring.http.converter with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidFastJsonHttpMessageConverter.setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson2.support.spring.messaging.converter
Methods in com.alibaba.fastjson2.support.spring.messaging.converter that return FastJsonConfigMethods in com.alibaba.fastjson2.support.spring.messaging.converter with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidMappingFastJsonJSONBMessageConverter.setFastJsonConfig(FastJsonConfig fastJsonConfig) Deprecated.voidMappingFastJsonMessageConverter.setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson2.support.spring.webservlet.view
Methods in com.alibaba.fastjson2.support.spring.webservlet.view that return FastJsonConfigMethods in com.alibaba.fastjson2.support.spring.webservlet.view with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidFastJsonJsonView.setFastJsonConfig(FastJsonConfig fastJsonConfig) -
Uses of FastJsonConfig in com.alibaba.fastjson2.support.spring.websocket.sockjs
Methods in com.alibaba.fastjson2.support.spring.websocket.sockjs that return FastJsonConfigMethods in com.alibaba.fastjson2.support.spring.websocket.sockjs with parameters of type FastJsonConfigModifier and TypeMethodDescriptionvoidFastjsonSockJsMessageCodec.setFastJsonConfig(FastJsonConfig fastJsonConfig)