| Package | Description |
|---|---|
| org.apache.dubbo.common.json |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONVisitor.arrayBegin()
Deprecated.
array begin.
|
Object |
JSONVisitor.arrayEnd(int count)
Deprecated.
array end, return array value.
|
void |
JSONVisitor.arrayItem(int index)
Deprecated.
array item.
|
void |
JSONVisitor.arrayItemValue(int index,
Object obj,
boolean isValue)
Deprecated.
array item.
|
Object |
JSONVisitor.end(Object obj,
boolean isValue)
Deprecated.
parse end.
|
JSONToken |
JSONReader.nextToken()
Deprecated.
|
JSONToken |
JSONReader.nextToken(int expect)
Deprecated.
|
void |
JSONVisitor.objectBegin()
Deprecated.
object begin.
|
Object |
JSONVisitor.objectEnd(int count)
Deprecated.
object end, return object value.
|
void |
JSONVisitor.objectItem(String name)
Deprecated.
object property name.
|
void |
JSONVisitor.objectItemValue(Object obj,
boolean isValue)
Deprecated.
object property value.
|
static Object |
JSON.parse(Reader reader)
Deprecated.
parse json.
|
static Object[] |
JSON.parse(Reader reader,
Class<?>[] types)
Deprecated.
parse json.
|
static <T> T |
JSON.parse(Reader reader,
Class<T> type)
Deprecated.
parse json
|
static Object |
JSON.parse(Reader reader,
JSONVisitor handler)
Deprecated.
parse json.
|
static Object |
JSON.parse(String json)
Deprecated.
parse json.
|
static Object[] |
JSON.parse(String json,
Class<?>[] types)
Deprecated.
parse json.
|
static <T> T |
JSON.parse(String json,
Class<T> type)
Deprecated.
parse json.
|
static Object |
JSON.parse(String json,
JSONVisitor handler)
Deprecated.
parse json.
|
JSONToken |
Yylex.yylex()
Deprecated.
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.