protected static final class AvroScalarReader.ScalarUnionReader extends AvroScalarReader
AvroScalarReader.BooleanReader, AvroScalarReader.BytesReader, AvroScalarReader.DoubleReader, AvroScalarReader.EnumDecoder, AvroScalarReader.FixedDecoder, AvroScalarReader.FloatReader, AvroScalarReader.IntReader, AvroScalarReader.LongReader, AvroScalarReader.NullReader, AvroScalarReader.ScalarUnionReader, AvroScalarReader.StringReader
Modifier and Type | Field and Description |
---|---|
AvroScalarReader[] |
_readers |
Constructor and Description |
---|
AvroScalarReader.ScalarUnionReader(AvroScalarReader[] readers) |
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.core.JsonToken |
readValue(AvroParserImpl parser,
org.apache.avro.io.BinaryDecoder decoder) |
public final AvroScalarReader[] _readers
public AvroScalarReader.ScalarUnionReader(AvroScalarReader[] readers)
protected com.fasterxml.jackson.core.JsonToken readValue(AvroParserImpl parser, org.apache.avro.io.BinaryDecoder decoder) throws IOException
readValue
in class AvroScalarReader
IOException
Copyright © 2016 FasterXML. All rights reserved.