Uses of Class
org.apache.avro.SchemaBuilder.NamespacedBuilder
-
Uses of SchemaBuilder.NamespacedBuilder in org.apache.avro
Modifier and TypeClassDescriptionstatic class
SchemaBuilder.NamespacedBuilder<R,
S extends SchemaBuilder.NamespacedBuilder<R, S>> An abstract type that provides builder methods for configuring the namespace for all Avro types that have namespaces (Fixed, Record, and Enum).Modifier and TypeClassDescriptionstatic final class
Builds an Avro Enum type with optional properties, namespace, doc, and aliases.static final class
Builds an Avro Fixed type with optional properties, namespace, doc, and aliases.static final class