public class JsonParserReader extends Object implements JsonReader
JsonReader.Token| Constructor and Description |
|---|
JsonParserReader(com.fasterxml.jackson.core.JsonParser jsonParser) |
| Modifier and Type | Method and Description |
|---|---|
static JsonReader |
createFromString(String str)
Creates a JsonReader for the string.
|
static JsonReader |
createFromStringNNT(String str)
Creates a JsonReader for the string.
|
boolean |
currentBooleanValue() |
double |
currentDoubleValue() |
int |
currentIntValue() |
String |
currentString() |
JsonReader.Token |
currentToken() |
JsonReader.Token |
nextToken() |
void |
skipChildren() |
public JsonParserReader(com.fasterxml.jackson.core.JsonParser jsonParser)
public static JsonReader createFromString(String str)
public static JsonReader createFromStringNNT(String str)
public JsonReader.Token nextToken() throws JsonGeometryException
nextToken in interface JsonReaderJsonGeometryExceptionpublic JsonReader.Token currentToken() throws JsonGeometryException
currentToken in interface JsonReaderJsonGeometryExceptionpublic void skipChildren()
throws JsonGeometryException
skipChildren in interface JsonReaderJsonGeometryExceptionpublic String currentString() throws JsonGeometryException
currentString in interface JsonReaderJsonGeometryExceptionpublic double currentDoubleValue()
throws JsonGeometryException
currentDoubleValue in interface JsonReaderJsonGeometryExceptionpublic int currentIntValue()
throws JsonGeometryException
currentIntValue in interface JsonReaderJsonGeometryExceptionpublic boolean currentBooleanValue()
currentBooleanValue in interface JsonReaderCopyright © 2018. All rights reserved.