public class JsonInput
extends java.lang.Object
implements java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
beginArray() |
void |
beginObject() |
void |
close() |
void |
endArray() |
void |
endObject() |
boolean |
hasNext() |
java.lang.String |
nextName() |
<T> T |
read(java.lang.reflect.Type type) |
void |
skipValue() |
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
public void beginObject()
public void endObject()
public void beginArray()
public void endArray()
public boolean hasNext()
public java.lang.String nextName()
public <T> T read(java.lang.reflect.Type type)
public void skipValue()