public abstract class AvroScalarReader extends Object
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 |
Constructor and Description |
---|
AvroScalarReader() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.fasterxml.jackson.core.JsonToken |
readValue(AvroParserImpl parser,
org.apache.avro.io.BinaryDecoder decoder) |
protected abstract com.fasterxml.jackson.core.JsonToken readValue(AvroParserImpl parser, org.apache.avro.io.BinaryDecoder decoder) throws IOException
IOException
Copyright © 2016 FasterXML. All rights reserved.