| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parser.ActionHandler | |
|---|---|
| org.apache.avro.io | Utilities for Encoding and Decoding Avro data. | 
| 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 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. | 
 class | 
ValidatingEncoder
An implementation of Encoder 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.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)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||