Class ScalarDecoder.FixedDecimalReader
java.lang.Object
tools.jackson.dataformat.avro.deser.ScalarDecoder
tools.jackson.dataformat.avro.deser.ScalarDecoder.FixedDecimalReader
- Enclosing class:
- ScalarDecoder
- Since:
- 2.19
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasFieldReader(String name, boolean skipper) tools.jackson.core.JsonTokendecodeValue(AvroParserImpl parser) protected voidskipValue(AvroParserImpl parser)
-
Constructor Details
-
FixedDecimalReader
public FixedDecimalReader(int scale, int size)
-
-
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
-