Top Description Fields Constructors Methods
com.fasterxml.jackson.dataformat.avro.deser

public Class RootReader

extends AvroReadContext
Class Inheritance
Imports
java.io.IOException, com.fasterxml.jackson.core.JsonToken

Context used at root level; basically just a container over actual AvroStructureReader.

Field Summary

Modifier and TypeField and Description
private final AvroParserImpl
private final AvroStructureReader
Inherited from com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext:
_currentValue_parent_typeId

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
public JsonToken
public String
public String
public JsonToken
public void
Inherited from com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext:
_reportErrorgetCurrentNamegetCurrentValuegetParentgetRemainingElementssetCurrentValuetoString

Field Detail

_parserback to summary
private final AvroParserImpl _parser
_valueReaderback to summary
private final AvroStructureReader _valueReader

Constructor Detail

RootReaderback to summary
public RootReader(AvroParserImpl parser, AvroStructureReader valueReader)

Method Detail

appendDescback to summary
public void appendDesc(StringBuilder sb)

Implements abstract com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext.appendDesc.

Annotations
@Override
getCurrentTokenback to summary
public JsonToken getCurrentToken()

Implements abstract com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext.getCurrentToken.

Annotations
@Override
getTypeIdback to summary
public String getTypeId()

Overrides com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext.getTypeId.

Annotations
@Override
nextFieldNameback to summary
public String nextFieldName() throws IOException

Implements abstract com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext.nextFieldName.

Annotations
@Override
nextTokenback to summary
public JsonToken nextToken() throws IOException

Implements abstract com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext.nextToken.

Annotations
@Override
skipValueback to summary
public void skipValue(AvroParserImpl parser) throws IOException

Implements abstract com.fasterxml.jackson.dataformat.avro.deser.AvroReadContext.skipValue.

Annotations
@Override