Package | Description |
---|---|
org.apache.avro.io |
Utilities for Encoding and Decoding Avro data.
|
org.apache.avro.io.parsing |
Implementation of Avro schemas as LL(1) grammars.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonDecoder
A
Decoder for Avro's JSON data encoding. |
class |
ParsingDecoder
|
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. |
Constructor and Description |
---|
SkipParser(Symbol root,
Parser.ActionHandler symbolHandler,
SkipParser.SkipHandler skipHandler) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.