Top Description Packages

Apache Avro 1.11.3

Resources
Homepage, Development, Bug Tracker, License (Apache-2.0)
Dependencies
java.base, jdk.unsupported, commons-compress, jackson-annotations, jackson-core, jackson-databind, slf4j-api, snappy-java, zstd-jni
Maven Central
Group ID:org.apache.avro
Artifacts:avro

Project Apache Avro

Avro core components

Release 1.11.3

Release Date
2023-09-17
Mailing Lists
Apache Announce List :subscribe, archive
Avro Developer List :subscribe, archive
Avro Users List :subscribe, archive
Avro Commits List :subscribe, archive
Version Control
Git
https://github.com/apache/avro

Package Summary

Modifier and TypePackage and Description
package
org.apache.avro

Avro kernel classes.

package
org.apache.avro.data

Interfaces and base classes shared by generic, specific and reflect.

package
org.apache.avro.file

A container file for Avro data.

package
org.apache.avro.generic

A generic representation for Avro data.

package
org.apache.avro.io

Utilities for Encoding and Decoding Avro data.

package
org.apache.avro.io.parsing

Implementation of Avro schemas as LL(1) grammars.

package
package
org.apache.avro.path

Interfaces and base classes for AvroPath.

package
org.apache.avro.reflect

Use Java reflection to generate schemas and protocols for existing classes.

package
org.apache.avro.specific

Generate specific Java classes for schemas and protocols.

package
org.apache.avro.util

Common utility classes.

package
package