@NotThreadSafe public class JsonParserReader extends com.google.gson.stream.JsonReader implements Callable<com.fasterxml.jackson.core.JsonParser>
| Constructor and Description |
|---|
JsonParserReader(com.fasterxml.jackson.core.JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginArray() |
void |
beginObject() |
com.fasterxml.jackson.core.JsonParser |
call() |
void |
close() |
protected void |
consumePeek() |
void |
endArray() |
void |
endObject() |
String[] |
getLocationInfo() |
com.fasterxml.jackson.core.JsonParser |
getParser() |
String |
getPath() |
boolean |
hasNext() |
boolean |
nextBoolean() |
double |
nextDouble() |
int |
nextInt() |
long |
nextLong() |
String |
nextName() |
void |
nextNull() |
String |
nextString() |
com.fasterxml.jackson.databind.util.TokenBuffer |
nextTokenBuffer() |
com.google.gson.stream.JsonToken |
peek() |
void |
promoteNameToValue() |
void |
skipValue() |
String |
toString() |
public JsonParserReader(com.fasterxml.jackson.core.JsonParser parser)
public com.fasterxml.jackson.core.JsonParser getParser()
public void beginArray()
throws IOException
public void endArray()
throws IOException
public void beginObject()
throws IOException
public void endObject()
throws IOException
public boolean hasNext()
throws IOException
public com.google.gson.stream.JsonToken peek()
throws IOException
public String nextName() throws IOException
public String nextString() throws IOException
public boolean nextBoolean()
throws IOException
public void nextNull()
throws IOException
public double nextDouble()
throws IOException
public long nextLong()
throws IOException
public int nextInt()
throws IOException
public void close()
throws IOException
public void skipValue()
throws IOException
public void promoteNameToValue()
public com.fasterxml.jackson.core.JsonParser call()
throws Exception
public final com.fasterxml.jackson.databind.util.TokenBuffer nextTokenBuffer()
throws IOException
protected final void consumePeek()
public String getPath()
public String toString()
public String[] getLocationInfo()
Copyright © 2020 The Immutables.org authors. All rights reserved.