Uses of Interface
org.apache.avro.io.parsing.Parser.ActionHandler
Packages that use Parser.ActionHandler
Package
Description
Utilities for Encoding and Decoding Avro data.
Implementation of Avro schemas as LL(1) grammars.
-
Uses of Parser.ActionHandler in org.apache.avro.io
Classes in org.apache.avro.io that implement Parser.ActionHandlerModifier and TypeClassDescriptionclass
ADecoder
for Avro's JSON data encoding.class
AnEncoder
for Avro's JSON data encoding.class
class
Decoder
that performs type-resolution between the reader's and writer's schemas.class
An implementation ofDecoder
that ensures that the sequence of operations conforms to a schema.class
An implementation ofEncoder
that wraps another Encoder and ensures that the sequence of operations conforms to the provided schema. -
Uses of Parser.ActionHandler in org.apache.avro.io.parsing
Fields in org.apache.avro.io.parsing declared as Parser.ActionHandlerConstructors in org.apache.avro.io.parsing with parameters of type Parser.ActionHandlerModifierConstructorDescriptionParser
(Symbol root, Parser.ActionHandler symbolHandler) SkipParser
(Symbol root, Parser.ActionHandler symbolHandler, SkipParser.SkipHandler skipHandler)