public class TreeTraversingParser extends ParserMinimalBase
JsonNode
that implements JsonParser
to allow
accessing contents of JSON tree in alternate form (stream of tokens).
Useful when a streaming source is expected by code, such as data binding
functionality.JsonParser.Feature, JsonParser.NumberType
Modifier and Type | Field and Description |
---|---|
protected boolean |
_closed
Flag that indicates whether parser is closed or not.
|
protected JsonToken |
_nextToken
Sometimes parser needs to buffer a single look-ahead token; if so,
it'll be stored here.
|
protected com.fasterxml.jackson.databind.node.NodeCursor |
_nodeCursor
Traversal context within tree
|
protected ObjectCodec |
_objectCodec |
protected boolean |
_startContainer
Flag needed to handle recursion into contents of child
Array/Object nodes.
|
_currToken, _lastClearedToken, BD_MAX_INT, BD_MAX_LONG, BD_MIN_INT, BD_MIN_LONG, BI_MAX_INT, BI_MAX_LONG, BI_MIN_INT, BI_MIN_LONG, CHAR_NULL, INT_0, INT_9, INT_APOS, INT_ASTERISK, INT_BACKSLASH, INT_COLON, INT_COMMA, INT_CR, INT_e, INT_E, INT_HASH, INT_LBRACKET, INT_LCURLY, INT_LF, INT_MINUS, INT_PERIOD, INT_PLUS, INT_QUOTE, INT_RBRACKET, INT_RCURLY, INT_SLASH, INT_SPACE, INT_TAB, MAX_ERROR_TOKEN_LENGTH, MAX_INT_D, MAX_INT_L, MAX_LONG_D, MIN_INT_D, MIN_INT_L, MIN_LONG_D, NO_BYTES, NO_INTS, NR_BIGDECIMAL, NR_BIGINT, NR_DOUBLE, NR_FLOAT, NR_INT, NR_LONG, NR_UNKNOWN
_features, _requestPayload
Constructor and Description |
---|
TreeTraversingParser(JsonNode n) |
TreeTraversingParser(JsonNode n,
ObjectCodec codec) |
Modifier and Type | Method and Description |
---|---|
protected void |
_handleEOF() |
void |
close() |
protected JsonNode |
currentNode() |
protected JsonNode |
currentNumericNode() |
BigInteger |
getBigIntegerValue() |
byte[] |
getBinaryValue(Base64Variant b64variant) |
ObjectCodec |
getCodec() |
JsonLocation |
getCurrentLocation() |
String |
getCurrentName() |
BigDecimal |
getDecimalValue() |
double |
getDoubleValue() |
Object |
getEmbeddedObject() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
JsonParser.NumberType |
getNumberType() |
Number |
getNumberValue() |
JsonStreamContext |
getParsingContext() |
String |
getText() |
char[] |
getTextCharacters() |
int |
getTextLength() |
int |
getTextOffset() |
JsonLocation |
getTokenLocation() |
boolean |
hasTextCharacters() |
boolean |
isClosed() |
boolean |
isNaN() |
JsonToken |
nextToken() |
void |
overrideCurrentName(String name) |
int |
readBinaryValue(Base64Variant b64variant,
OutputStream out) |
void |
setCodec(ObjectCodec c) |
JsonParser |
skipChildren() |
Version |
version() |
_ascii, _asciiBytes, _constructError, _decodeBase64, _getCharDesc, _handleUnrecognizedCharacterEscape, _hasTextualNull, _reportError, _reportError, _reportError, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOFInValue, _reportInvalidEOFInValue, _reportMissingRootWS, _reportUnexpectedChar, _throwInternal, _throwInvalidSpace, _throwUnquotedSpace, _wrapError, clearCurrentToken, currentToken, currentTokenId, getCurrentToken, getCurrentTokenId, getLastClearedToken, getValueAsBoolean, getValueAsDouble, getValueAsInt, getValueAsInt, getValueAsLong, getValueAsLong, getValueAsString, getValueAsString, hasCurrentToken, hasToken, hasTokenId, isExpectedStartArrayToken, isExpectedStartObjectToken, nextValue, reportInvalidNumber, reportOverflowInt, reportOverflowLong, reportUnexpectedNumberChar
_codec, _constructError, _reportUnsupportedOperation, canParseAsync, canReadObjectId, canReadTypeId, canUseSchema, configure, currentName, disable, enable, finishToken, getBinaryValue, getBooleanValue, getByteValue, getCurrentValue, getFeatureMask, getFormatFeatures, getInputSource, getNonBlockingInputFeeder, getObjectId, getSchema, getShortValue, getText, getTypeId, getValueAsBoolean, getValueAsDouble, isEnabled, nextBooleanValue, nextFieldName, nextFieldName, nextIntValue, nextLongValue, nextTextValue, overrideFormatFeatures, overrideStdFeatures, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, requiresCustomCodec, setCurrentValue, setFeatureMask, setRequestPayloadOnError, setRequestPayloadOnError, setRequestPayloadOnError, setSchema
protected ObjectCodec _objectCodec
protected com.fasterxml.jackson.databind.node.NodeCursor _nodeCursor
protected JsonToken _nextToken
protected boolean _startContainer
protected boolean _closed
close()
) or when end-of-input is reached.public TreeTraversingParser(JsonNode n)
public TreeTraversingParser(JsonNode n, ObjectCodec codec)
public void setCodec(ObjectCodec c)
setCodec
in class JsonParser
public ObjectCodec getCodec()
getCodec
in class JsonParser
public Version version()
version
in interface Versioned
version
in class JsonParser
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class ParserMinimalBase
IOException
public JsonToken nextToken() throws IOException, JsonParseException
nextToken
in class ParserMinimalBase
IOException
JsonParseException
public JsonParser skipChildren() throws IOException, JsonParseException
skipChildren
in class ParserMinimalBase
IOException
JsonParseException
public boolean isClosed()
isClosed
in class ParserMinimalBase
public String getCurrentName()
getCurrentName
in class ParserMinimalBase
public void overrideCurrentName(String name)
overrideCurrentName
in class ParserMinimalBase
public JsonStreamContext getParsingContext()
getParsingContext
in class ParserMinimalBase
public JsonLocation getTokenLocation()
getTokenLocation
in class JsonParser
public JsonLocation getCurrentLocation()
getCurrentLocation
in class JsonParser
public String getText()
getText
in class ParserMinimalBase
public char[] getTextCharacters() throws IOException, JsonParseException
getTextCharacters
in class ParserMinimalBase
IOException
JsonParseException
public int getTextLength() throws IOException, JsonParseException
getTextLength
in class ParserMinimalBase
IOException
JsonParseException
public int getTextOffset() throws IOException, JsonParseException
getTextOffset
in class ParserMinimalBase
IOException
JsonParseException
public boolean hasTextCharacters()
hasTextCharacters
in class ParserMinimalBase
public JsonParser.NumberType getNumberType() throws IOException, JsonParseException
getNumberType
in class JsonParser
IOException
JsonParseException
public BigInteger getBigIntegerValue() throws IOException, JsonParseException
getBigIntegerValue
in class JsonParser
IOException
JsonParseException
public BigDecimal getDecimalValue() throws IOException, JsonParseException
getDecimalValue
in class JsonParser
IOException
JsonParseException
public double getDoubleValue() throws IOException, JsonParseException
getDoubleValue
in class JsonParser
IOException
JsonParseException
public float getFloatValue() throws IOException, JsonParseException
getFloatValue
in class JsonParser
IOException
JsonParseException
public long getLongValue() throws IOException, JsonParseException
getLongValue
in class JsonParser
IOException
JsonParseException
public int getIntValue() throws IOException, JsonParseException
getIntValue
in class JsonParser
IOException
JsonParseException
public Number getNumberValue() throws IOException, JsonParseException
getNumberValue
in class JsonParser
IOException
JsonParseException
public Object getEmbeddedObject()
getEmbeddedObject
in class JsonParser
public boolean isNaN()
isNaN
in class JsonParser
public byte[] getBinaryValue(Base64Variant b64variant) throws IOException, JsonParseException
getBinaryValue
in class ParserMinimalBase
IOException
JsonParseException
public int readBinaryValue(Base64Variant b64variant, OutputStream out) throws IOException, JsonParseException
readBinaryValue
in class JsonParser
IOException
JsonParseException
protected JsonNode currentNode()
protected JsonNode currentNumericNode() throws JsonParseException
JsonParseException
protected void _handleEOF() throws JsonParseException
_handleEOF
in class ParserMinimalBase
JsonParseException
Copyright © 2008–2018 FasterXML. All rights reserved.