Public 成员函数 | |
| JsonTreeReader (JsonElement element) | |
| void | beginArray () throws IOException |
| void | endArray () throws IOException |
| void | beginObject () throws IOException |
| void | endObject () throws IOException |
| boolean | hasNext () throws IOException |
| JsonToken | peek () throws IOException |
| String | nextName () throws IOException |
| String | nextString () throws IOException |
| boolean | nextBoolean () throws IOException |
| void | nextNull () throws IOException |
| double | nextDouble () throws IOException |
| long | nextLong () throws IOException |
| int | nextInt () throws IOException |
| void | close () throws IOException |
| void | skipValue () throws IOException |
| String | toString () |
| void | promoteNameToValue () throws IOException |
Public 成员函数 继承自 com.google.gson.stream.JsonReader | |
| JsonReader (Reader in) | |
| final void | setLenient (boolean lenient) |
| final boolean | isLenient () |
| void | beginArray () throws IOException |
| void | endArray () throws IOException |
| void | beginObject () throws IOException |
| void | endObject () throws IOException |
| boolean | hasNext () throws IOException |
| JsonToken | peek () throws IOException |
| String | nextName () throws IOException |
| String | nextString () throws IOException |
| boolean | nextBoolean () throws IOException |
| void | nextNull () throws IOException |
| double | nextDouble () throws IOException |
| long | nextLong () throws IOException |
| int | nextInt () throws IOException |
| void | close () throws IOException |
| void | skipValue () throws IOException |
Private 成员函数 | |
| Object | peekStack () |
| Object | popStack () |
| void | expect (JsonToken expected) throws IOException |
Private 属性 | |
| final List< Object > | stack = new ArrayList<Object>() |
静态 Private 属性 | |
| static final Reader | UNREADABLE_READER |
| static final Object | SENTINEL_CLOSED = new Object() |
额外继承的成员函数 | |
包函数 继承自 com.google.gson.stream.JsonReader | |
| [instance initializer] | |
This reader walks the elements of a JsonElement as if it was coming from a character stream.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
staticprivate |
|
private |
|
staticprivate |
1.8.8