Package org.mongojack.internal.stream
Class JsonParserAdapter
- java.lang.Object
-
- com.fasterxml.jackson.core.JsonParser
-
- com.fasterxml.jackson.core.base.ParserMinimalBase
-
- com.fasterxml.jackson.core.base.ParserBase
-
- org.mongojack.internal.stream.JsonParserAdapter
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned,Closeable,AutoCloseable
- Direct Known Subclasses:
DBDecoderBsonParser
public class JsonParserAdapter extends com.fasterxml.jackson.core.base.ParserBase
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.core.ObjectCodec_codecprotected ObjectcurrentValueprotected org.bson.codecs.PatternCodecpatternCodecprotected org.bson.AbstractBsonReaderreader-
Fields inherited from class com.fasterxml.jackson.core.base.ParserBase
_binaryValue, _byteArrayBuilder, _closed, _currInputProcessed, _currInputRow, _currInputRowStart, _expLength, _fractLength, _inputEnd, _inputPtr, _intLength, _ioContext, _nameCopied, _nameCopyBuffer, _nextToken, _numberBigDecimal, _numberBigInt, _numberDouble, _numberFloat, _numberInt, _numberLong, _numberNegative, _numberString, _numTypesValid, _parsingContext, _streamReadConstraints, _textBuffer, _tokenInputCol, _tokenInputRow, _tokenInputTotal, JSON_READ_CAPABILITIES
-
Fields inherited from class com.fasterxml.jackson.core.base.ParserMinimalBase
_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
-
-
Constructor Summary
Constructors Constructor Description JsonParserAdapter(com.fasterxml.jackson.core.io.IOContext ctxt, int jsonFeatures, org.bson.AbstractBsonReader reader, org.bson.UuidRepresentation uuidRepresentation)Constructs a new parser
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_closeInput()protected void_handleEOF()voidclose()BigIntegergetBigIntegerValue()byte[]getBinaryValue(com.fasterxml.jackson.core.Base64Variant b64variant)com.fasterxml.jackson.core.ObjectCodecgetCodec()com.fasterxml.jackson.core.JsonLocationgetCurrentLocation()StringgetCurrentName()BigDecimalgetDecimalValue()doublegetDoubleValue()ObjectgetEmbeddedObject()floatgetFloatValue()intgetIntValue()longgetLongValue()com.fasterxml.jackson.core.JsonParser.NumberTypegetNumberType()NumbergetNumberValue()ObjectgetNumberValueDeferred()NumbergetNumberValueExact()StringgetText()char[]getTextCharacters()intgetTextLength()intgetTextOffset()com.fasterxml.jackson.core.JsonLocationgetTokenLocation()booleanhasTextCharacters()StringnextFieldName()com.fasterxml.jackson.core.JsonTokennextToken()voidsetCodec(com.fasterxml.jackson.core.ObjectCodec c)protected com.fasterxml.jackson.core.JsonTokentoJsonToken(org.bson.BsonType type)-
Methods inherited from class com.fasterxml.jackson.core.base.ParserBase
_checkStdFeatureChanges, _contentReference, _contentReferenceRedacted, _convertBigDecimalToBigInteger, _decodeBase64Escape, _decodeBase64Escape, _decodeEscaped, _eofAsNextChar, _finishString, _getBigDecimal, _getBigInteger, _getByteArrayBuilder, _getNumberDouble, _getNumberFloat, _getSourceReference, _growNameDecodeBuffer, _handleBase64MissingPadding, _handleUnrecognizedCharacterEscape, _parseIntValue, _parseNumericValue, _releaseBuffers, _reportMismatchedEndMarker, _reportTooLongIntegral, _throwUnquotedSpace, _validJsonTokenList, _validJsonValueList, convertNumberToBigDecimal, convertNumberToBigInteger, convertNumberToDouble, convertNumberToFloat, convertNumberToInt, convertNumberToLong, createChildArrayContext, createChildObjectContext, disable, enable, getCurrentValue, getParsingContext, getTokenCharacterOffset, getTokenColumnNr, getTokenLineNr, growArrayBy, isClosed, isNaN, loadMore, loadMoreGuaranteed, overrideCurrentName, overrideStdFeatures, reportInvalidBase64Char, reportInvalidBase64Char, reset, resetAsNaN, resetFloat, resetInt, setCurrentValue, setFeatureMask, streamReadConstraints, version
-
Methods inherited from class com.fasterxml.jackson.core.base.ParserMinimalBase
_ascii, _asciiBytes, _constructError, _decodeBase64, _getCharDesc, _hasTextualNull, _longIntegerDesc, _longNumberDesc, _reportError, _reportError, _reportError, _reportInputCoercion, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOFInValue, _reportInvalidEOFInValue, _reportMissingRootWS, _reportUnexpectedChar, _reportUnexpectedNumberChar, _throwInternal, _throwInvalidSpace, _wrapError, clearCurrentToken, currentToken, 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
-
Methods inherited from class com.fasterxml.jackson.core.JsonParser
_codec, _constructError, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _reportUnsupportedOperation, assignCurrentValue, canParseAsync, canReadObjectId, canReadTypeId, canUseSchema, configure, currentLocation, currentName, currentTokenLocation, currentValue, finishToken, getBinaryValue, getBooleanValue, getByteValue, getFeatureMask, getFormatFeatures, getInputSource, getNonBlockingInputFeeder, getObjectId, getReadCapabilities, getSchema, getShortValue, getText, getTypeId, getValueAsBoolean, getValueAsDouble, isEnabled, isEnabled, nextBooleanValue, nextFieldName, nextIntValue, nextLongValue, nextTextValue, overrideFormatFeatures, readBinaryValue, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, requiresCustomCodec, setRequestPayloadOnError, setRequestPayloadOnError, setRequestPayloadOnError, setSchema
-
-
-
-
Field Detail
-
_codec
protected com.fasterxml.jackson.core.ObjectCodec _codec
-
reader
protected final org.bson.AbstractBsonReader reader
-
patternCodec
protected final org.bson.codecs.PatternCodec patternCodec
-
currentValue
protected Object currentValue
-
-
Constructor Detail
-
JsonParserAdapter
public JsonParserAdapter(com.fasterxml.jackson.core.io.IOContext ctxt, int jsonFeatures, org.bson.AbstractBsonReader reader, org.bson.UuidRepresentation uuidRepresentation)Constructs a new parser- Parameters:
ctxt- the Jackson IO contextjsonFeatures- bit flag composed of bits that indicate whichJsonParser.Features are enabled.reader- Bson reader to read from
-
-
Method Detail
-
getCodec
public com.fasterxml.jackson.core.ObjectCodec getCodec()
- Specified by:
getCodecin classcom.fasterxml.jackson.core.JsonParser
-
setCodec
public void setCodec(com.fasterxml.jackson.core.ObjectCodec c)
- Specified by:
setCodecin classcom.fasterxml.jackson.core.JsonParser
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classcom.fasterxml.jackson.core.base.ParserBase
-
nextToken
public com.fasterxml.jackson.core.JsonToken nextToken() throws IOException- Specified by:
nextTokenin classcom.fasterxml.jackson.core.base.ParserMinimalBase- Throws:
IOException
-
toJsonToken
protected com.fasterxml.jackson.core.JsonToken toJsonToken(org.bson.BsonType type) throws IOException- Throws:
IOException
-
nextFieldName
public String nextFieldName() throws IOException
- Overrides:
nextFieldNamein classcom.fasterxml.jackson.core.JsonParser- Throws:
IOException
-
getCurrentName
public String getCurrentName() throws IOException
- Overrides:
getCurrentNamein classcom.fasterxml.jackson.core.base.ParserBase- Throws:
IOException
-
getTokenLocation
public com.fasterxml.jackson.core.JsonLocation getTokenLocation()
- Overrides:
getTokenLocationin classcom.fasterxml.jackson.core.base.ParserBase
-
getCurrentLocation
public com.fasterxml.jackson.core.JsonLocation getCurrentLocation()
- Overrides:
getCurrentLocationin classcom.fasterxml.jackson.core.base.ParserBase
-
getText
public String getText() throws IOException
- Specified by:
getTextin classcom.fasterxml.jackson.core.base.ParserMinimalBase- Throws:
IOException
-
getTextCharacters
public char[] getTextCharacters() throws IOException- Specified by:
getTextCharactersin classcom.fasterxml.jackson.core.base.ParserMinimalBase- Throws:
IOException
-
getTextLength
public int getTextLength() throws IOException- Specified by:
getTextLengthin classcom.fasterxml.jackson.core.base.ParserMinimalBase- Throws:
IOException
-
getTextOffset
public int getTextOffset()
- Specified by:
getTextOffsetin classcom.fasterxml.jackson.core.base.ParserMinimalBase
-
hasTextCharacters
public boolean hasTextCharacters()
- Overrides:
hasTextCharactersin classcom.fasterxml.jackson.core.base.ParserBase
-
getNumberValue
public Number getNumberValue()
- Overrides:
getNumberValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getNumberValueExact
public Number getNumberValueExact()
- Overrides:
getNumberValueExactin classcom.fasterxml.jackson.core.base.ParserBase
-
getNumberValueDeferred
public Object getNumberValueDeferred() throws IOException
- Overrides:
getNumberValueDeferredin classcom.fasterxml.jackson.core.base.ParserBase- Throws:
IOException
-
getNumberType
public com.fasterxml.jackson.core.JsonParser.NumberType getNumberType()
- Overrides:
getNumberTypein classcom.fasterxml.jackson.core.base.ParserBase
-
getIntValue
public int getIntValue()
- Overrides:
getIntValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getLongValue
public long getLongValue()
- Overrides:
getLongValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getBigIntegerValue
public BigInteger getBigIntegerValue()
- Overrides:
getBigIntegerValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getFloatValue
public float getFloatValue()
- Overrides:
getFloatValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getDoubleValue
public double getDoubleValue()
- Overrides:
getDoubleValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getDecimalValue
public BigDecimal getDecimalValue()
- Overrides:
getDecimalValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getBinaryValue
public byte[] getBinaryValue(com.fasterxml.jackson.core.Base64Variant b64variant)
- Overrides:
getBinaryValuein classcom.fasterxml.jackson.core.base.ParserBase
-
getEmbeddedObject
public Object getEmbeddedObject()
- Overrides:
getEmbeddedObjectin classcom.fasterxml.jackson.core.JsonParser
-
_handleEOF
protected void _handleEOF() throws com.fasterxml.jackson.core.JsonParseException- Overrides:
_handleEOFin classcom.fasterxml.jackson.core.base.ParserBase- Throws:
com.fasterxml.jackson.core.JsonParseException
-
_closeInput
protected void _closeInput()
- Specified by:
_closeInputin classcom.fasterxml.jackson.core.base.ParserBase
-
-