Uses of Interface
org.apache.avro.io.parsing.Parser.ActionHandler

Packages that use Parser.ActionHandler
org.apache.avro.io Input/output utilities. 
org.apache.avro.io.parsing 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.ActionHandler
 class JsonDecoder
          A Decoder for Avro's JSON data encoding.
 class JsonEncoder
          An Encoder for Avro's JSON data encoding.
 class ParsingDecoder
          Base class for parser-based Decoders.
 class ResolvingDecoder
          Decoder that peforms type-resolution between the reader's and writer's schemas.
 class ValidatingDecoder
          An implementation of Decoder that ensures that the sequence of operations conforms to a schema.
 class ValidatingEncoder
          An implementation of Encoder that ensures that the sequence of operations conforms to a schema.
 

Uses of Parser.ActionHandler in org.apache.avro.io.parsing
 

Fields in org.apache.avro.io.parsing declared as Parser.ActionHandler
protected  Parser.ActionHandler Parser.symbolHandler
           
 

Constructors in org.apache.avro.io.parsing with parameters of type Parser.ActionHandler
Parser(Symbol root, Parser.ActionHandler symbolHandler)
           
SkipParser(Symbol root, Parser.ActionHandler symbolHandler, SkipParser.SkipHandler skipHandler)
           
 



Copyright © 2009 The Apache Software Foundation