Uses of Class
tools.jackson.dataformat.avro.AvroParser
Packages that use AvroParser
Package
Description
Package that contains codec implementations (and support pieces)
that build on Apache avro library.
-
Uses of AvroParser in tools.jackson.dataformat.avro
Methods in tools.jackson.dataformat.avro that return AvroParserModifier and TypeMethodDescriptionprotected AvroParserAvroFactory._createParser(tools.jackson.core.ObjectReadContext readCtxt, tools.jackson.core.io.IOContext ioCtxt, byte[] data, int offset, int len) protected AvroParserAvroFactory._createParser(tools.jackson.core.ObjectReadContext readCtxt, tools.jackson.core.io.IOContext ioCtxt, InputStream in) Overridable factory method that actually instantiates desired parser. -
Uses of AvroParser in tools.jackson.dataformat.avro.apacheimpl
Subclasses of AvroParser in tools.jackson.dataformat.avro.apacheimplModifier and TypeClassDescriptionclassParser implementation that uses decoder from Apache Avro lib, instead of Jackson native Avro decoder. -
Uses of AvroParser in tools.jackson.dataformat.avro.deser
Subclasses of AvroParser in tools.jackson.dataformat.avro.deserModifier and TypeClassDescriptionclassImplementation base class that exposes additional internal API to be used as callbacks byAvroReadContextimplementations.classParser implementation that uses native Jackson avro decoder.