Uses of Class com.alibaba.fastjson.parser.ParserConfig (fastjson 1.1.26 API)

fastjson



Uses of Class
com.alibaba.fastjson.parser.ParserConfig

Packages that use ParserConfig
 

Uses of ParserConfig in com.alibaba.fastjson
 

Methods in com.alibaba.fastjson with parameters of type ParserConfig
static
<T> T
JSON.parseObject(String input, Type clazz, ParserConfig config, int featureValues, Feature... features)
            static Object JSON.toJSON(Object javaObject, ParserConfig mapping)
             

Uses of ParserConfig in com.alibaba.fastjson.parser
 

Subclasses of ParserConfig in com.alibaba.fastjson.parser
 class
 

Methods in com.alibaba.fastjson.parser that return ParserConfig
 ParserConfig
static ParserConfig
 

Methods in com.alibaba.fastjson.parser with parameters of type ParserConfig
 FieldDeserializer
 FieldDeserializer
 void
 

Constructors in com.alibaba.fastjson.parser with parameters of type ParserConfig
 

Uses of ParserConfig in com.alibaba.fastjson.parser.deserializer
 

Methods in com.alibaba.fastjson.parser.deserializer with parameters of type ParserConfig
 FieldDeserializer
 FieldDeserializer
 FieldDeserializer
 FieldDeserializer
 ObjectDeserializer
 FieldDeserializer
 

Constructors in com.alibaba.fastjson.parser.deserializer with parameters of type ParserConfig
 

Uses of ParserConfig in com.alibaba.fastjson.util
 

Methods in com.alibaba.fastjson.util with parameters of type ParserConfig
static
<T> T
TypeUtils.cast(Object obj, Class<T> clazz, ParserConfig mapping)
           
static
<T> T
TypeUtils.cast(Object obj, ParameterizedType type, ParserConfig mapping)
           
static
<T> T
TypeUtils.cast(Object obj, Type type, ParserConfig mapping)
           
static
<T> T
TypeUtils.castToEnum(Object obj, Class<T> clazz, ParserConfig mapping)
           
static
<T> T
TypeUtils.castToJavaBean(Map<String,Object> map, Class<T> clazz, ParserConfig mapping)
             



Copyright © 2012 Alibaba Group. All Rights Reserved.