Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro.deser |
Modifier and Type | Class and Description |
---|---|
protected static class |
AvroScalarReader.BooleanReader |
protected static class |
AvroScalarReader.BytesReader |
protected static class |
AvroScalarReader.DoubleReader |
protected static class |
AvroScalarReader.EnumDecoder |
protected static class |
AvroScalarReader.FixedDecoder |
protected static class |
AvroScalarReader.FloatReader |
protected static class |
AvroScalarReader.IntReader |
protected static class |
AvroScalarReader.LongReader |
protected static class |
AvroScalarReader.NullReader |
protected static class |
AvroScalarReader.ScalarUnionReader |
protected static class |
AvroScalarReader.StringReader |
Modifier and Type | Field and Description |
---|---|
AvroScalarReader[] |
AvroScalarReader.ScalarUnionReader._readers |
protected AvroScalarReader |
AvroFieldWrapper._scalarReader |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_BOOLEAN |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_BYTES |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_DOUBLE |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_FLOAT |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_INT |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_LONG |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_NULL |
protected static AvroScalarReader |
AvroReaderFactory.DECODER_STRING |
Modifier and Type | Method and Description |
---|---|
AvroScalarReader |
AvroReaderFactory.createDecoder(org.apache.avro.Schema type) |
Constructor and Description |
---|
AvroFieldWrapper(String name,
AvroScalarReader scalarReader) |
AvroScalarReader.ScalarUnionReader(AvroScalarReader[] readers) |
MapReader(AvroScalarReader reader) |
Copyright © 2016 FasterXML. All rights reserved.