Uses of Interface
com.alibaba.fastjson.parser.deserializer.ParseProcess
-
Packages that use ParseProcess Package Description com.alibaba.fastjson com.alibaba.fastjson.parser.deserializer com.alibaba.fastjson.support.config -
-
Uses of ParseProcess in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type ParseProcess Modifier and Type Method Description static <T> TJSON. parseObject(byte[] bytes, int offset, int len, Charset charset, Type objectType, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> TJSON. parseObject(byte[] bytes, Charset charset, Type objectClass, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> TJSON. parseObject(InputStream is, Charset charset, Type objectType, ParserConfig config, ParseProcess processor, int featureValues, Feature... features)static <T> TJSON. parseObject(String str, Class<T> objectClass, ParseProcess processor, Feature... features)static <T> TJSON. parseObject(String str, Type objectType, ParseProcess processor, Feature... features)static <T> TJSON. parseObject(String str, Type objectClass, ParserConfig config, ParseProcess processor, int featureValues, Feature... features) -
Uses of ParseProcess in com.alibaba.fastjson.parser.deserializer
Subinterfaces of ParseProcess in com.alibaba.fastjson.parser.deserializer Modifier and Type Interface Description interfaceExtraProcessor -
Uses of ParseProcess in com.alibaba.fastjson.support.config
Methods in com.alibaba.fastjson.support.config that return ParseProcess Modifier and Type Method Description ParseProcessFastJsonConfig. getParseProcess()Gets parse process.Methods in com.alibaba.fastjson.support.config with parameters of type ParseProcess Modifier and Type Method Description voidFastJsonConfig. setParseProcess(ParseProcess parseProcess)Sets parse process.
-