| Modifier and Type | Method and Description |
|---|---|
void |
beginArray() |
void |
beginObject() |
void |
endArray() |
void |
endObject() |
String |
getPath() |
boolean |
hasNext() |
boolean |
nextBoolean() |
int |
nextInt() |
long |
nextLong() |
String |
nextName() |
String |
nextString() |
boolean |
peekNull() |
void |
skipValue() |
String |
toString() |
public void beginArray()
throws IOException
IOExceptionpublic boolean hasNext()
throws IOException
IOExceptionpublic void endArray()
throws IOException
IOExceptionpublic void beginObject()
throws IOException
IOExceptionpublic void endObject()
throws IOException
IOExceptionpublic String nextName() throws IOException
IOExceptionpublic String nextString() throws IOException
IOExceptionpublic void skipValue()
throws IOException
IOExceptionpublic long nextLong()
throws IOException
IOExceptionpublic String getPath() throws IOException
IOExceptionpublic boolean nextBoolean()
throws IOException
IOExceptionpublic int nextInt()
throws IOException
IOExceptionpublic boolean peekNull()
throws IOException
IOExceptionCopyright © 2015–2018 OpenZipkin. All rights reserved.