java.lang.Object
tools.jackson.core.TokenStreamContext
tools.jackson.dataformat.avro.deser.AvroReadContext
tools.jackson.dataformat.avro.deser.RootReader
Context used at root level; basically just a container
over actual
AvroStructureReader.-
Field Summary
Fields 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 TypeMethodDescriptionvoidnextName()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, toStringMethods inherited from class tools.jackson.core.TokenStreamContext
getCurrentIndex, getEntryCount, getNestingDepth, hasCurrentIndex, hasCurrentName, hasPathSegment, inArray, inObject, inRoot, pathAsPointer, pathAsPointer, startLocation, typeDesc
-
Constructor Details
-
RootReader
-
-
Method Details
-
nextToken
- Specified by:
nextTokenin classAvroReadContext- Throws:
IOException
-
skipValue
- Specified by:
skipValuein classAvroReadContext- Throws:
IOException
-
appendDesc
- Specified by:
appendDescin classAvroReadContext
-
nextName
- Specified by:
nextNamein classAvroReadContext- Throws:
IOException
-
nextNameMatch
- Specified by:
nextNameMatchin classAvroReadContext- Throws:
IOException
-
getTypeId
- Overrides:
getTypeIdin classAvroReadContext
-