Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro | |
com.fasterxml.jackson.dataformat.avro.deser | |
com.fasterxml.jackson.dataformat.avro.schema |
Package that contains functionality for generating Avro Schemas
out of POJOs as seen by Jackson databind; similar to how Jackson's
JSON Schema generation works but producing different output.
|
com.fasterxml.jackson.dataformat.avro.ser |
Class and Description |
---|
AvroFactory |
AvroGenerator |
AvroGenerator.Feature
Enumeration that defines all togglable features for Avro generators
|
AvroMapper
Convenience
AvroMapper , which is mostly similar to simply
constructing a mapper with AvroFactory , but also adds little
bit of convenience around AvroSchema generation. |
AvroParser
JsonParser implementation for decoding Avro content and
exposing at as a stream of JsonToken s, to be used
for data binding. |
AvroParser.Feature
Enumeration that defines all togglable features for Avro parsers.
|
AvroSchema
Wrapper for Schema information needed to encode and decode Avro-format
data.
|
Class and Description |
---|
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.
|
Class and Description |
---|
AvroSchema
Wrapper for Schema information needed to encode and decode Avro-format
data.
|
Class and Description |
---|
AvroGenerator |
Copyright © 2016 FasterXML. All rights reserved.