public final class RootReader extends AvroReadContext
AvroStructureReader
._currentValue, _parent, _typeId
Constructor and Description |
---|
RootReader(AvroParserImpl parser,
AvroStructureReader valueReader) |
Modifier and Type | Method and Description |
---|---|
void |
appendDesc(StringBuilder sb) |
com.fasterxml.jackson.core.JsonToken |
getCurrentToken() |
String |
getTypeId() |
String |
nextFieldName() |
com.fasterxml.jackson.core.JsonToken |
nextToken() |
void |
skipValue(AvroParserImpl parser) |
_reportError, getCurrentName, getCurrentValue, getParent, getRemainingElements, setCurrentValue, toString
public RootReader(AvroParserImpl parser, AvroStructureReader valueReader)
public com.fasterxml.jackson.core.JsonToken nextToken() throws IOException
nextToken
in class AvroReadContext
IOException
public void skipValue(AvroParserImpl parser) throws IOException
skipValue
in class AvroReadContext
IOException
public com.fasterxml.jackson.core.JsonToken getCurrentToken()
getCurrentToken
in class AvroReadContext
public void appendDesc(StringBuilder sb)
appendDesc
in class AvroReadContext
public String nextFieldName() throws IOException
nextFieldName
in class AvroReadContext
IOException
public String getTypeId()
getTypeId
in class AvroReadContext
Copyright © 2017 FasterXML. All rights reserved.