Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro.deser |
Modifier and Type | Class and Description |
---|---|
protected static class |
ScalarDecoder.BooleanDecoder |
protected static class |
ScalarDecoder.BytesDecoder |
protected static class |
ScalarDecoder.DoubleReader |
protected static class |
ScalarDecoder.EnumDecoder |
protected static class |
ScalarDecoder.FixedDecoder |
protected static class |
ScalarDecoder.FloatReader |
protected static class |
ScalarDecoder.IntReader |
protected static class |
ScalarDecoder.LongReader |
protected static class |
ScalarDecoder.NullReader |
protected static class |
ScalarDecoder.ScalarUnionDecoder |
protected static class |
ScalarDecoder.StringReader |
Modifier and Type | Field and Description |
---|---|
ScalarDecoder[] |
ScalarDecoder.ScalarUnionDecoder._readers |
protected static ScalarDecoder |
AvroReaderFactory.READER_BOOLEAN |
protected static ScalarDecoder |
AvroReaderFactory.READER_BYTES |
protected static ScalarDecoder |
AvroReaderFactory.READER_DOUBLE |
protected static ScalarDecoder |
AvroReaderFactory.READER_FLOAT |
protected static ScalarDecoder |
AvroReaderFactory.READER_INT |
protected static ScalarDecoder |
AvroReaderFactory.READER_LONG |
protected static ScalarDecoder |
AvroReaderFactory.READER_NULL |
protected static ScalarDecoder |
AvroReaderFactory.READER_STRING |
Modifier and Type | Method and Description |
---|---|
ScalarDecoder |
AvroReaderFactory.createScalarValueDecoder(org.apache.avro.Schema type) |
Modifier and Type | Method and Description |
---|---|
static ArrayReader |
ArrayReader.construct(ScalarDecoder reader,
String typeId,
String elementTypeId) |
static MapReader |
MapReader.construct(ScalarDecoder dec,
String typeId,
String keyTypeId,
String valueTypeId) |
Constructor and Description |
---|
ScalarUnionDecoder(ScalarDecoder[] readers) |
Copyright © 2019 FasterXML. All rights reserved.