public class MessagePackParser
extends com.fasterxml.jackson.core.base.ParserMinimalBase
_currToken, _lastClearedToken, _streamReadConstraints, _tokenCount, _trackMaxTokenCount, 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| Constructor and Description |
|---|
MessagePackParser(com.fasterxml.jackson.core.io.IOContext ctxt,
int features,
com.fasterxml.jackson.core.ObjectCodec objectCodec,
byte[] bytes,
boolean reuseResourceInParser) |
MessagePackParser(com.fasterxml.jackson.core.io.IOContext ctxt,
int features,
com.fasterxml.jackson.core.ObjectCodec objectCodec,
java.io.InputStream in,
boolean reuseResourceInParser) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_handleEOF() |
void |
close() |
java.lang.String |
currentName() |
java.math.BigInteger |
getBigIntegerValue() |
byte[] |
getBinaryValue(com.fasterxml.jackson.core.Base64Variant b64variant) |
com.fasterxml.jackson.core.ObjectCodec |
getCodec() |
com.fasterxml.jackson.core.JsonLocation |
getCurrentLocation() |
java.lang.String |
getCurrentName() |
java.math.BigDecimal |
getDecimalValue() |
double |
getDoubleValue() |
java.lang.Object |
getEmbeddedObject() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
com.fasterxml.jackson.core.JsonParser.NumberType |
getNumberType() |
java.lang.Number |
getNumberValue() |
com.fasterxml.jackson.core.JsonStreamContext |
getParsingContext() |
java.lang.String |
getText() |
char[] |
getTextCharacters() |
int |
getTextLength() |
int |
getTextOffset() |
com.fasterxml.jackson.core.JsonLocation |
getTokenLocation() |
boolean |
hasTextCharacters() |
boolean |
isClosed() |
com.fasterxml.jackson.core.JsonToken |
nextToken() |
void |
overrideCurrentName(java.lang.String name) |
void |
setCodec(com.fasterxml.jackson.core.ObjectCodec c) |
void |
setExtensionTypeCustomDeserializers(ExtensionTypeCustomDeserializers extTypeCustomDesers) |
com.fasterxml.jackson.core.Version |
version() |
_ascii, _asciiBytes, _constructError, _currentLocationMinusOne, _decodeBase64, _getCharDesc, _hasTextualNull, _longIntegerDesc, _longNumberDesc, _nullSafeUpdateToken, _reportError, _reportError, _reportError, _reportInputCoercion, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOFInValue, _reportMissingRootWS, _reportUnexpectedChar, _reportUnexpectedNumberChar, _throwInternal, _throwInternalReturnAny, _throwInvalidSpace, _updateToken, _updateTokenToNA, _updateTokenToNull, _wrapError, clearCurrentToken, currentToken, currentTokenCount, currentTokenId, getCurrentToken, getCurrentTokenId, getLastClearedToken, getValueAsBoolean, getValueAsDouble, getValueAsInt, getValueAsInt, getValueAsLong, getValueAsLong, getValueAsString, getValueAsString, hasCurrentToken, hasToken, hasTokenId, isExpectedNumberIntToken, isExpectedStartArrayToken, isExpectedStartObjectToken, nextValue, reportInvalidNumber, reportOverflowInt, reportOverflowInt, reportOverflowInt, reportOverflowLong, reportOverflowLong, reportOverflowLong, reportUnexpectedNumberChar, skipChildren, streamReadConstraints_codec, _constructError, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _reportUnsupportedOperation, assignCurrentValue, canParseAsync, canReadObjectId, canReadTypeId, canUseSchema, configure, currentLocation, currentTokenLocation, currentValue, disable, enable, finishToken, getBinaryValue, getBooleanValue, getByteValue, getCurrentValue, getFeatureMask, getFormatFeatures, getInputSource, getNonBlockingInputFeeder, getNumberTypeFP, getNumberValueDeferred, getNumberValueExact, getObjectId, getReadCapabilities, getSchema, getShortValue, getText, getTypeId, getValueAsBoolean, getValueAsDouble, isEnabled, isEnabled, isNaN, nextBooleanValue, nextFieldName, nextFieldName, nextIntValue, nextLongValue, nextTextValue, overrideFormatFeatures, overrideStdFeatures, readBinaryValue, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, requiresCustomCodec, setCurrentValue, setFeatureMask, setRequestPayloadOnError, setRequestPayloadOnError, setRequestPayloadOnError, setSchemapublic MessagePackParser(com.fasterxml.jackson.core.io.IOContext ctxt,
int features,
com.fasterxml.jackson.core.ObjectCodec objectCodec,
java.io.InputStream in,
boolean reuseResourceInParser)
throws java.io.IOException
java.io.IOExceptionpublic MessagePackParser(com.fasterxml.jackson.core.io.IOContext ctxt,
int features,
com.fasterxml.jackson.core.ObjectCodec objectCodec,
byte[] bytes,
boolean reuseResourceInParser)
throws java.io.IOException
java.io.IOExceptionpublic void setExtensionTypeCustomDeserializers(ExtensionTypeCustomDeserializers extTypeCustomDesers)
public com.fasterxml.jackson.core.ObjectCodec getCodec()
getCodec in class com.fasterxml.jackson.core.JsonParserpublic void setCodec(com.fasterxml.jackson.core.ObjectCodec c)
setCodec in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.Version version()
version in interface com.fasterxml.jackson.core.Versionedversion in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonToken nextToken()
throws java.io.IOException
nextToken in class com.fasterxml.jackson.core.base.ParserMinimalBasejava.io.IOExceptionprotected void _handleEOF()
_handleEOF in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic java.lang.String getText()
throws java.io.IOException
getText in class com.fasterxml.jackson.core.base.ParserMinimalBasejava.io.IOExceptionpublic char[] getTextCharacters()
throws java.io.IOException
getTextCharacters in class com.fasterxml.jackson.core.base.ParserMinimalBasejava.io.IOExceptionpublic boolean hasTextCharacters()
hasTextCharacters in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic int getTextLength()
throws java.io.IOException
getTextLength in class com.fasterxml.jackson.core.base.ParserMinimalBasejava.io.IOExceptionpublic int getTextOffset()
getTextOffset in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic byte[] getBinaryValue(com.fasterxml.jackson.core.Base64Variant b64variant)
getBinaryValue in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic java.lang.Number getNumberValue()
getNumberValue in class com.fasterxml.jackson.core.JsonParserpublic int getIntValue()
getIntValue in class com.fasterxml.jackson.core.JsonParserpublic long getLongValue()
getLongValue in class com.fasterxml.jackson.core.JsonParserpublic java.math.BigInteger getBigIntegerValue()
getBigIntegerValue in class com.fasterxml.jackson.core.JsonParserpublic float getFloatValue()
getFloatValue in class com.fasterxml.jackson.core.JsonParserpublic double getDoubleValue()
getDoubleValue in class com.fasterxml.jackson.core.JsonParserpublic java.math.BigDecimal getDecimalValue()
getDecimalValue in class com.fasterxml.jackson.core.JsonParserpublic java.lang.Object getEmbeddedObject()
throws java.io.IOException
getEmbeddedObject in class com.fasterxml.jackson.core.JsonParserjava.io.IOExceptionpublic com.fasterxml.jackson.core.JsonParser.NumberType getNumberType()
getNumberType in class com.fasterxml.jackson.core.JsonParserpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class com.fasterxml.jackson.core.base.ParserMinimalBasejava.io.IOExceptionpublic boolean isClosed()
isClosed in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic com.fasterxml.jackson.core.JsonStreamContext getParsingContext()
getParsingContext in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic com.fasterxml.jackson.core.JsonLocation getTokenLocation()
getTokenLocation in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonLocation getCurrentLocation()
getCurrentLocation in class com.fasterxml.jackson.core.JsonParserpublic void overrideCurrentName(java.lang.String name)
overrideCurrentName in class com.fasterxml.jackson.core.base.ParserMinimalBasepublic java.lang.String currentName()
currentName in class com.fasterxml.jackson.core.JsonParserpublic java.lang.String getCurrentName()
throws java.io.IOException
getCurrentName in class com.fasterxml.jackson.core.base.ParserMinimalBasejava.io.IOException