Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro | |
com.fasterxml.jackson.dataformat.avro.deser |
Modifier and Type | Field and Description |
---|---|
protected AvroReadContext |
AvroParser._avroContext |
Modifier and Type | Class and Description |
---|---|
class |
AvroStructureReader
Base class for handlers for Avro structured types (or, in case of
root values, wrapped scalar values).
|
class |
MapReader |
class |
MissingReader |
class |
RootReader
Context used at root level; basically just a container
over actual
AvroStructureReader . |
Modifier and Type | Field and Description |
---|---|
protected AvroReadContext |
AvroReadContext._parent |
Modifier and Type | Method and Description |
---|---|
AvroReadContext |
AvroReadContext.getParent() |
Modifier and Type | Method and Description |
---|---|
MapReader |
MapReader.newReader(AvroReadContext parent,
AvroParserImpl parser,
org.apache.avro.io.BinaryDecoder decoder) |
abstract AvroStructureReader |
AvroStructureReader.newReader(AvroReadContext parent,
AvroParserImpl parser,
org.apache.avro.io.BinaryDecoder decoder)
Method for creating actual instance to use for reading (initial
instance constructed is so-called blue print).
|
com.fasterxml.jackson.core.JsonToken |
AvroFieldWrapper.readValue(AvroReadContext parent,
AvroParserImpl parser,
org.apache.avro.io.BinaryDecoder decoder) |
protected void |
AvroParserImpl.setAvroContext(AvroReadContext ctxt) |
Constructor and Description |
---|
AvroReadContext(AvroReadContext parent) |
AvroStructureReader(AvroReadContext parent,
int type) |
Copyright © 2016 FasterXML. All rights reserved.