Uses of Class
org.apache.avro.SchemaBuilder.NamedBuilder
Packages that use SchemaBuilder.NamedBuilder
-
Uses of SchemaBuilder.NamedBuilder in org.apache.avro
Classes in org.apache.avro with type parameters of type SchemaBuilder.NamedBuilderModifier and TypeClassDescriptionstatic class
SchemaBuilder.NamedBuilder<S extends SchemaBuilder.NamedBuilder<S>>
An abstract type that provides builder methods for configuring the name, doc, and aliases of all Avro types that have names (fields, Fixed, Record, and Enum).Subclasses of SchemaBuilder.NamedBuilder in org.apache.avroModifier and TypeClassDescriptionstatic final class
Builds an Avro Enum type with optional properties, namespace, doc, and aliases.static final class
Builds a Field in the context of aSchemaBuilder.FieldAssembler
.static final class
Builds an Avro Fixed type with optional properties, namespace, doc, and aliases.static 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).static final class