Uses of Interface
com.alibaba.fastjson.parser.deserializer.ParseProcess
Packages that use ParseProcess
Package
Description
-
Uses of ParseProcess in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type ParseProcessModifier and TypeMethodDescriptionstatic <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 -
Uses of ParseProcess in com.alibaba.fastjson.support.config
Methods in com.alibaba.fastjson.support.config that return ParseProcessMethods in com.alibaba.fastjson.support.config with parameters of type ParseProcessModifier and TypeMethodDescriptionvoidFastJsonConfig.setParseProcess(ParseProcess parseProcess) Sets parse process.