Uses of Class
com.alibaba.fastjson.parser.Feature
-
Packages that use Feature Package Description com.alibaba.fastjson com.alibaba.fastjson.annotation com.alibaba.fastjson.parser com.alibaba.fastjson.support.config -
-
Uses of Feature in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type Feature Modifier and Type Method Description voidJSONReader. config(Feature feature, boolean state)static com.alibaba.fastjson2.JSONReader.ContextJSON. createReadContext(int featuresValue, Feature... features)static com.alibaba.fastjson2.JSONReader.ContextJSON. createReadContext(com.alibaba.fastjson2.reader.ObjectReaderProvider provider, int featuresValue, Feature... features)<T> TJSONObject. getObject(String key, Class<T> clazz, Feature... features)<T> TJSONObject. getObject(String key, Type type, Feature... features)static ObjectJSON. parse(byte[] input, int off, int len, CharsetDecoder charsetDecoder, Feature... features)static ObjectJSON. parse(byte[] utf8Bytes, Feature... features)static ObjectJSON. parse(String str, Feature... features)static ObjectJSON. parse(String str, ParserConfig config, Feature... features)static JSONArrayJSON. parseArray(String str, Feature... features)static <T> List<T>JSON. parseArray(String text, Class<T> type, Feature... features)static <T> TJSON. parseObject(byte[] input, int off, int len, CharsetDecoder charsetDecoder, Type clazz, Feature... features)static <T> TJSON. parseObject(byte[] input, int off, int len, Charset charset, Type clazz, Feature... features)static <T> TJSON. parseObject(byte[] bytes, int offset, int len, Charset charset, Type objectType, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> JSONObjectJSON. parseObject(byte[] jsonBytes, Feature... features)static <T> TJSON. parseObject(byte[] jsonBytes, Class<T> type, Feature... features)static <T> TJSON. parseObject(byte[] jsonBytes, Type type, Feature... features)static <T> TJSON. parseObject(byte[] jsonBytes, Type type, SerializeFilter filter, Feature... features)static <T> TJSON. parseObject(byte[] bytes, Charset charset, Type objectClass, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> TJSON. parseObject(char[] str, int length, Type objectType, Feature... features)static <T> TJSON. parseObject(char[] str, Class<T> objectClass, Feature... features)static <T> TJSON. parseObject(InputStream is, Class<T> objectType, Feature... features)static <T> TJSON. parseObject(InputStream is, Type objectType, Feature... features)static <T> TJSON. parseObject(InputStream is, Charset charset, Type objectType, Feature... features)static <T> TJSON. parseObject(InputStream is, Charset charset, Type objectType, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> TJSON. parseObject(InputStream is, Charset charset, Type type, ParserConfig config, Feature... features)static JSONObjectJSON. parseObject(String text, Feature... features)static <T> TJSON. parseObject(String str, TypeReference<T> typeReference, Feature... features)static <T> TJSON. parseObject(String str, Class<T> objectClass, ParseProcess processor, Feature... features)static <T> TJSON. parseObject(String str, Class<T> objectType, Feature... features)static <T> TJSON. parseObject(String input, Type clazz, int featureValues, Feature... features)static <T> TJSON. parseObject(String str, Type objectType, ParseProcess processor, Feature... features)static <T> TJSON. parseObject(String str, Type objectType, Feature... features)static <T> TJSON. parseObject(String input, Type clazz, ParserConfig config, int featureValues, Feature... features)static <T> TJSON. parseObject(String str, Type objectClass, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> TJSON. parseObject(String str, Type objectType, ParserConfig config, Feature... features)Constructors in com.alibaba.fastjson with parameters of type Feature Constructor Description JSONReader(Reader input, Feature... features) -
Uses of Feature in com.alibaba.fastjson.annotation
Methods in com.alibaba.fastjson.annotation that return Feature Modifier and Type Method Description Feature[]parseFeatures()Feature[]parseFeatures() -
Uses of Feature in com.alibaba.fastjson.parser
Methods in com.alibaba.fastjson.parser that return Feature Modifier and Type Method Description static FeatureFeature. 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 Modifier and Type Method Description voidDefaultJSONParser. config(Feature feature, boolean state)static intFeature. config(int features, Feature feature, boolean state)voidJSONScanner. config(Feature feature, boolean state)booleanDefaultJSONParser. isEnabled(Feature feature)static booleanFeature. isEnabled(int features, Feature feature)booleanJSONScanner. isEnabled(Feature feature)static intFeature. of(Feature[] features) -
Uses of Feature in com.alibaba.fastjson.support.config
Methods in com.alibaba.fastjson.support.config that return Feature Modifier and Type Method Description Feature[]FastJsonConfig. getFeatures()Methods in com.alibaba.fastjson.support.config with parameters of type Feature Modifier and Type Method Description voidFastJsonConfig. setFeatures(Feature... features)
-