Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro | |
com.fasterxml.jackson.dataformat.avro.deser |
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<AvroStructureReader> |
AvroSchema._reader |
Modifier and Type | Method and Description |
---|---|
AvroStructureReader |
AvroSchema.getReader() |
Modifier and Type | Class and Description |
---|---|
class |
MapReader |
Modifier and Type | Field and Description |
---|---|
protected AvroStructureReader |
AvroFieldWrapper._structureReader |
Modifier and Type | Field and Description |
---|---|
protected TreeMap<String,AvroStructureReader> |
AvroReaderFactory._knownReaders
To resolve cyclic types, need to keep track of resolved named
types.
|
Modifier and Type | Method and Description |
---|---|
AvroStructureReader |
AvroReaderFactory.createReader(org.apache.avro.Schema schema)
Method for creating a reader instance for specified type.
|
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).
|
Constructor and Description |
---|
AvroFieldWrapper(String name,
AvroStructureReader structureReader) |
MapReader(AvroStructureReader reader) |
Copyright © 2016 FasterXML. All rights reserved.