Uses of Interface
com.alibaba.fastjson.parser.JSONLexer
-
Packages that use JSONLexer Package Description com.alibaba.fastjson.parser -
-
Uses of JSONLexer in com.alibaba.fastjson.parser
Classes in com.alibaba.fastjson.parser that implement JSONLexer Modifier and Type Class Description classJSONLexerBaseclassJSONScannerMethods in com.alibaba.fastjson.parser that return JSONLexer Modifier and Type Method Description JSONLexerDefaultJSONParser. getLexer()Constructors in com.alibaba.fastjson.parser with parameters of type JSONLexer Constructor Description DefaultJSONParser(Object input, JSONLexer lexer, ParserConfig config)
-