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

Packages that use Feature
com.alibaba.fastjson   
com.alibaba.fastjson.parser   
 

Uses of Feature in com.alibaba.fastjson
 

Methods in com.alibaba.fastjson with parameters of type Feature
static Object JSON.parse(byte[] input, Feature... features)
           
static Object JSON.parse(byte[] input, int off, int len, CharsetDecoder charsetDecoder, Feature... features)
           
static Object JSON.parse(String text, Feature... features)
           
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 Feature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Feature[] Feature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.fastjson.parser with parameters of type Feature
 void JSONScanner.config(Feature feature, boolean state)
           
 void JSONLexer.config(Feature feature, boolean state)
           
 void DefaultJSONParser.config(Feature feature, boolean state)
           
static int Feature.config(int features, Feature feature, boolean state)
           
 boolean JSONScanner.isEnabled(Feature feature)
           
 boolean JSONLexer.isEnabled(Feature feature)
           
 boolean DefaultJSONParser.isEnabled(Feature feature)
           
static boolean Feature.isEnabled(int features, Feature feature)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.