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(String str, Class<T> objectClass, ParseProcess processor, 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.