Uses of Class
org.apache.avro.SchemaBuilder.NamespacedBuilder
Packages that use SchemaBuilder.NamespacedBuilder
-
Uses of SchemaBuilder.NamespacedBuilder in org.apache.avro
Classes in org.apache.avro with type parameters of type SchemaBuilder.NamespacedBuilderModifier 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).Subclasses of SchemaBuilder.NamespacedBuilder in org.apache.avroModifier 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