Class | Description |
---|---|
AvroFactory | |
AvroGenerator | |
AvroMapper |
Convenience
AvroMapper , which is mostly similar to simply
constructing a mapper with AvroFactory , but also adds little
bit of convenience around AvroSchema generation. |
AvroModule |
Module that adds support for handling datatypes specific to the standard
Java Avro library; most specifically
Schema |
AvroModule.SchemaSerializer | |
AvroParser |
JsonParser implementation for decoding Avro content and
exposing at as a stream of JsonToken s, to be used
for data binding. |
AvroSchema |
Wrapper for Schema information needed to encode and decode Avro-format
data.
|
AvroSerializerModifier |
Serializer modifier used to suppress serialization of "schema"
property for Avro-generated types.
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
Enum | Description |
---|---|
AvroGenerator.Feature |
Enumeration that defines all togglable features for Avro generators
|
AvroParser.Feature |
Enumeration that defines all togglable features for Avro parsers.
|
Annotation Type | Description |
---|---|
AvroFixedSize |
Only used during Avro schema generation; has no effect on data (de)serialization.
|
Copyright © 2016 FasterXML. All rights reserved.