Class MissingReader
java.lang.Object
tools.jackson.core.TokenStreamContext
tools.jackson.dataformat.avro.deser.AvroReadContext
tools.jackson.dataformat.avro.deser.MissingReader
Bogus
AvroReadContext implementation used in two cases:
- Parser has not yet been configured by an Avro Schema
- Parser has been closed (explicitly or implicitly)
StreamReadException;
in latter case, results will simply indicate unavailability of content
(return `null` in most cases)-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanstatic final MissingReaderstatic final MissingReaderFields inherited from class tools.jackson.dataformat.avro.deser.AvroReadContext
_currentValue, _currToken, _parent, _typeIdFields inherited from class tools.jackson.core.TokenStreamContext
_index, _nestingDepth, _type, TYPE_ARRAY, TYPE_OBJECT, TYPE_ROOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidnextName()intnextNameMatch(tools.jackson.core.sym.PropertyNameMatcher matcher) tools.jackson.core.JsonTokenvoidskipValue(AvroParserImpl parser) Methods inherited from class tools.jackson.dataformat.avro.deser.AvroReadContext
_reportError, assignCurrentValue, currentName, currentToken, currentValue, getParent, getRemainingElements, getTypeId, toStringMethods inherited from class tools.jackson.core.TokenStreamContext
getCurrentIndex, getEntryCount, getNestingDepth, hasCurrentIndex, hasCurrentName, hasPathSegment, inArray, inObject, inRoot, pathAsPointer, pathAsPointer, startLocation, typeDesc
-
Field Details
-
instance
-
closedInstance
-
_schemaSet
protected final boolean _schemaSet
-
-
Constructor Details
-
MissingReader
Deprecated. -
MissingReader
protected MissingReader(boolean schemaSet)
-
-
Method Details
-
nextToken
- Specified by:
nextTokenin classAvroReadContext- Throws:
IOException
-
appendDesc
- Specified by:
appendDescin classAvroReadContext
-
nextName
- Specified by:
nextNamein classAvroReadContext- Throws:
IOException
-
nextNameMatch
- Specified by:
nextNameMatchin classAvroReadContext- Throws:
IOException
-
skipValue
- Specified by:
skipValuein classAvroReadContext- Throws:
IOException
-
_checkSchemaSet
protected void _checkSchemaSet()
-