Uses of Interface
com.alibaba.fastjson.parser.ParserConfig.AutoTypeCheckHandler
-
Packages that use ParserConfig.AutoTypeCheckHandler Package Description com.alibaba.fastjson.annotation com.alibaba.fastjson.parser -
-
Uses of ParserConfig.AutoTypeCheckHandler in com.alibaba.fastjson.annotation
Methods in com.alibaba.fastjson.annotation that return types with arguments of type ParserConfig.AutoTypeCheckHandler Modifier and Type Method Description Class<? extends ParserConfig.AutoTypeCheckHandler>autoTypeCheckHandler() -
Uses of ParserConfig.AutoTypeCheckHandler in com.alibaba.fastjson.parser
Methods in com.alibaba.fastjson.parser with parameters of type ParserConfig.AutoTypeCheckHandler Modifier and Type Method Description voidParserConfig. addAutoTypeCheckHandler(ParserConfig.AutoTypeCheckHandler h)
-