java.lang.Object
tools.jackson.core.TokenStreamContext
tools.jackson.dataformat.avro.deser.AvroReadContext
tools.jackson.dataformat.avro.deser.MissingReader

public class MissingReader extends AvroReadContext
Bogus AvroReadContext implementation used in two cases:
  1. Parser has not yet been configured by an Avro Schema
  2. Parser has been closed (explicitly or implicitly)
In former case, attempts to read will result in a StreamReadException; in latter case, results will simply indicate unavailability of content (return `null` in most cases)