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

fastjson



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

Packages that use Feature
 

Uses of Feature in com.alibaba.fastjson
 

Methods in com.alibaba.fastjson with parameters of type Feature
static Object
static Object
static Object
static
<T> T
JSON.parseObject(byte[] input, int off, int len, CharsetDecoder charsetDecoder, Type clazz, Feature... features)
           
static
<T> T
JSON.parseObject(byte[] input, Type clazz, Feature... features)
           
static
<T> T
JSON.parseObject(char[] input, int length, Type clazz, Feature... features)
           
static
<T> T
JSON.parseObject(String text, Class<T> clazz, Feature... features)
            static JSONObject JSON.parseObject(String text, Feature... features)
           
static
<T> T
JSON.parseObject(String input, Type clazz, Feature... features)
           
static
<T> T
JSON.parseObject(String input, Type clazz, int featureValues, Feature... features)
           
static
<T> T
JSON.parseObject(String input, Type clazz, ParserConfig config, int featureValues, Feature... features)
           
static
<T> T
JSON.parseObject(String text, TypeReference<T> type, Feature... features)
             

Uses of Feature in com.alibaba.fastjson.parser
 

Methods in com.alibaba.fastjson.parser that return Feature
static Feature
static Feature[]
 

Methods in com.alibaba.fastjson.parser with parameters of type Feature
 void
 void
 void
static int
 boolean
 boolean
 boolean
static boolean
 



Copyright © 2012 Alibaba Group. All Rights Reserved.