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