Uses of Class
tools.jackson.dataformat.avro.deser.AvroStructureReader
Packages that use AvroStructureReader
-
Uses of AvroStructureReader in tools.jackson.dataformat.avro
Fields in tools.jackson.dataformat.avro with type parameters of type AvroStructureReaderModifier and TypeFieldDescriptionprotected final AtomicReference<AvroStructureReader>AvroSchema._readerLazily instantiated value reader for this schema.Methods in tools.jackson.dataformat.avro that return AvroStructureReaderModifier and TypeMethodDescriptionprotected AvroStructureReaderAvroSchema._constructReader()AvroSchema.getReader() -
Uses of AvroStructureReader in tools.jackson.dataformat.avro.deser
Subclasses of AvroStructureReader in tools.jackson.dataformat.avro.deserModifier and TypeClassDescriptionclassclassprotected static classprotected static classFields in tools.jackson.dataformat.avro.deser with type parameters of type AvroStructureReaderModifier and TypeFieldDescriptionprotected final TreeMap<String,AvroStructureReader> AvroReaderFactory._knownReadersTo resolve cyclic types, need to keep track of resolved named types.Methods in tools.jackson.dataformat.avro.deser that return AvroStructureReaderModifier and TypeMethodDescriptionprotected AvroStructureReaderAvroReaderFactory.createArrayReader(org.apache.avro.Schema schema) static AvroStructureReaderAvroReaderFactory.createFor(org.apache.avro.Schema schema) static AvroStructureReaderAvroReaderFactory.createFor(org.apache.avro.Schema writerSchema, org.apache.avro.Schema readerSchema) protected AvroStructureReaderAvroReaderFactory.createMapReader(org.apache.avro.Schema schema) AvroReaderFactory.createReader(org.apache.avro.Schema schema) Method for creating a reader instance for specified type, only using specific schema that was used to encoded data ("writer schema").protected AvroStructureReaderAvroReaderFactory.createRecordReader(org.apache.avro.Schema schema) protected AvroStructureReaderAvroReaderFactory.createUnionReader(org.apache.avro.Schema schema) abstract AvroStructureReaderAvroStructureReader.newReader(AvroReadContext parent, AvroParserImpl parser) Method for creating actual instance to use for reading (initial instance constructed is so-called blueprint).Methods in tools.jackson.dataformat.avro.deser with parameters of type AvroStructureReaderModifier and TypeMethodDescriptionstatic ArrayReaderArrayReader.construct(AvroStructureReader reader, String typeId, String elementTypeId) static AvroFieldReaderAvroFieldReader.construct(String name, AvroStructureReader structureReader) static MapReaderMapReader.construct(AvroStructureReader reader, String typeId, String keyTypeId) static AvroFieldReaderAvroFieldReader.constructSkipper(String name, AvroStructureReader structureReader) Constructors in tools.jackson.dataformat.avro.deser with parameters of type AvroStructureReader