类的使用
com.alibaba.dubbo.common.json.ParseException
-
使用ParseException的程序包 程序包 说明 com.alibaba.dubbo.common.json -
-
com.alibaba.dubbo.common.json中ParseException的使用
抛出ParseException的com.alibaba.dubbo.common.json中的方法 修饰符和类型 方法 说明 void
JSONVisitor. arrayBegin()
已过时。array begin.Object
JSONVisitor. arrayEnd(int count)
已过时。array end, return array value.void
JSONVisitor. arrayItem(int index)
已过时。array item.void
JSONVisitor. arrayItemValue(int index, Object obj, boolean isValue)
已过时。array item.Object
JSONVisitor. end(Object obj, boolean isValue)
已过时。parse end.JSONToken
JSONReader. nextToken()
已过时。JSONToken
JSONReader. nextToken(int expect)
已过时。void
JSONVisitor. objectBegin()
已过时。object begin.Object
JSONVisitor. objectEnd(int count)
已过时。object end, return object value.void
JSONVisitor. objectItem(String name)
已过时。object property name.void
JSONVisitor. objectItemValue(Object obj, boolean isValue)
已过时。object property value.static Object
JSON. parse(Reader reader)
已过时。parse json.static Object
JSON. parse(Reader reader, JSONVisitor handler)
已过时。parse json.static Object[]
JSON. parse(Reader reader, Class<?>[] types)
已过时。parse json.static <T> T
JSON. parse(Reader reader, Class<T> type)
已过时。parse jsonstatic Object
JSON. parse(String json)
已过时。parse json.static Object
JSON. parse(String json, JSONVisitor handler)
已过时。parse json.static Object[]
JSON. parse(String json, Class<?>[] types)
已过时。parse json.static <T> T
JSON. parse(String json, Class<T> type)
已过时。parse json.JSONToken
Yylex. yylex()
已过时。Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
-