Uses of Class
tools.jackson.dataformat.avro.deser.ScalarDecoder
Packages that use ScalarDecoder
-
Uses of ScalarDecoder in tools.jackson.dataformat.avro.deser
Subclasses of ScalarDecoder in tools.jackson.dataformat.avro.deserModifier and TypeClassDescriptionprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classprotected static final classFields in tools.jackson.dataformat.avro.deser declared as ScalarDecoderModifier and TypeFieldDescriptionfinal ScalarDecoder[]ScalarDecoder.ScalarUnionDecoder._readersprotected static final ScalarDecoderAvroReaderFactory.READER_BOOLEANprotected static final ScalarDecoderAvroReaderFactory.READER_BYTESprotected static final ScalarDecoderAvroReaderFactory.READER_DOUBLEprotected static final ScalarDecoderAvroReaderFactory.READER_FLOATprotected static final ScalarDecoderAvroReaderFactory.READER_INTprotected static final ScalarDecoderAvroReaderFactory.READER_LONGprotected static final ScalarDecoderAvroReaderFactory.READER_NULLprotected static final ScalarDecoderAvroReaderFactory.READER_STRINGMethods in tools.jackson.dataformat.avro.deser that return ScalarDecoderModifier and TypeMethodDescriptionAvroReaderFactory.createScalarValueDecoder(org.apache.avro.Schema type) Methods in tools.jackson.dataformat.avro.deser with parameters of type ScalarDecoderModifier and TypeMethodDescriptionstatic ArrayReaderArrayReader.construct(ScalarDecoder reader, String typeId, String elementTypeId) static MapReaderMapReader.construct(ScalarDecoder dec, String typeId, String keyTypeId, String valueTypeId) Constructors in tools.jackson.dataformat.avro.deser with parameters of type ScalarDecoder