Uses of Class
com.alibaba.fastjson.parser.ParserConfig
Packages that use ParserConfig
Package
Description
-
Uses of ParserConfig in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type ParserConfigModifier and TypeMethodDescription<T> TJSONObject.toJavaObject(Class<T> clazz, ParserConfig config, int features) -
Uses of ParserConfig in com.alibaba.fastjson.parser
Fields in com.alibaba.fastjson.parser declared as ParserConfigMethods in com.alibaba.fastjson.parser that return ParserConfigModifier and TypeMethodDescriptionDefaultJSONParser.getConfig()static ParserConfigParserConfig.getGlobalInstance()Constructors in com.alibaba.fastjson.parser with parameters of type ParserConfigModifierConstructorDescriptionDefaultJSONParser(com.alibaba.fastjson2.JSONReader reader, ParserConfig config) DefaultJSONParser(String text, ParserConfig config) -
Uses of ParserConfig in com.alibaba.fastjson.spi
Methods in com.alibaba.fastjson.spi with parameters of type ParserConfig -
Uses of ParserConfig in com.alibaba.fastjson.support.config
Methods in com.alibaba.fastjson.support.config that return ParserConfigMethods in com.alibaba.fastjson.support.config with parameters of type ParserConfig -
Uses of ParserConfig in com.alibaba.fastjson.util
Methods in com.alibaba.fastjson.util with parameters of type ParserConfigModifier and TypeMethodDescriptionstatic <T> TTypeUtils.cast(Object obj, Class<T> clazz, ParserConfig config) static <T> TTypeUtils.cast(Object obj, ParameterizedType type, ParserConfig mapping) static <T> TTypeUtils.cast(Object obj, Type type, ParserConfig mapping) static <T> TTypeUtils.castToJavaBean(Map<String, Object> map, Class<T> clazz, ParserConfig config)