Uses of Enum
com.alibaba.fastjson.parser.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type FeatureModifier and TypeMethodDescriptionvoidstatic com.alibaba.fastjson2.JSONReader.ContextJSON.createReadContext(int featuresValue, Feature... features) <T> T<T> Tstatic ObjectJSON.parse(byte[] input, int off, int len, CharsetDecoder charsetDecoder, Feature... features) static Objectstatic Objectstatic 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, 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 -
Uses of Feature in com.alibaba.fastjson.parser
Methods in com.alibaba.fastjson.parser that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns 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 FeatureModifier and TypeMethodDescriptionvoidstatic intvoidbooleanstatic booleanbooleanstatic int -
Uses of Feature in com.alibaba.fastjson.support.config
Methods in com.alibaba.fastjson.support.config that return FeatureMethods in com.alibaba.fastjson.support.config with parameters of type Feature