Class ScalarDecoder.ScalarUnionDecoder
java.lang.Object
tools.jackson.dataformat.avro.deser.ScalarDecoder
tools.jackson.dataformat.avro.deser.ScalarDecoder.ScalarUnionDecoder
- Enclosing class:
- ScalarDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.dataformat.avro.deser.ScalarDecoder
ScalarDecoder.BooleanDecoder, ScalarDecoder.BytesDecimalReader, ScalarDecoder.BytesDecoder, ScalarDecoder.DoubleReader, ScalarDecoder.EnumDecoder, ScalarDecoder.FixedDecimalReader, ScalarDecoder.FixedDecoder, ScalarDecoder.FloatReader, ScalarDecoder.IntReader, ScalarDecoder.LongReader, ScalarDecoder.NullReader, ScalarDecoder.ScalarUnionDecoder, ScalarDecoder.StringReader -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasFieldReader(String name, boolean skipper) protected tools.jackson.core.JsonTokendecodeValue(AvroParserImpl parser) protected voidskipValue(AvroParserImpl parser)
-
Field Details
-
_readers
-
-
Constructor Details
-
ScalarUnionDecoder
-
-
Method Details
-
decodeValue
- Specified by:
decodeValuein classScalarDecoder- Throws:
IOException
-
skipValue
- Specified by:
skipValuein classScalarDecoder- Throws:
IOException
-
getTypeId
- Specified by:
getTypeIdin classScalarDecoder
-
asFieldReader
- Specified by:
asFieldReaderin classScalarDecoder
-