Uses of Interface
org.apache.avro.io.parsing.SkipParser.SkipHandler

Packages that use SkipParser.SkipHandler
org.apache.avro.io Input/output utilities. 
org.apache.avro.io.parsing Implementation of Avro schemas as LL(1) grammars. 
 

Uses of SkipParser.SkipHandler in org.apache.avro.io
 

Classes in org.apache.avro.io that implement SkipParser.SkipHandler
 class JsonDecoder
          A Decoder for Avro's JSON data encoding.
 class ParsingDecoder
          Base class for parser-based Decoders.
 class ResolvingDecoder
          Decoder that performs 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.
 

Uses of SkipParser.SkipHandler in org.apache.avro.io.parsing
 

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



Copyright © 2010 The Apache Software Foundation