Uses of Class
org.apache.avro.io.ValidatingDecoder
-
Uses of ValidatingDecoder in org.apache.avro.io
Modifier and TypeClassDescriptionclass
Decoder
that performs type-resolution between the reader's and writer's schemas.Modifier and TypeMethodDescriptionRe-initialize, reading from a new underlying Decoder.DecoderFactory.validatingDecoder
(Schema schema, Decoder wrapped) Creates aValidatingDecoder
wrapping the Decoder provided.