Uses of Class
org.apache.avro.SchemaBuilder.PropBuilder
Packages that use SchemaBuilder.PropBuilder
-
Uses of SchemaBuilder.PropBuilder in org.apache.avro
Classes in org.apache.avro with type parameters of type SchemaBuilder.PropBuilderModifier and TypeClassDescriptionstatic class
SchemaBuilder.PropBuilder<S extends SchemaBuilder.PropBuilder<S>>
An abstract builder for all Avro types.Subclasses of SchemaBuilder.PropBuilder in org.apache.avroModifier and TypeClassDescriptionstatic final class
Builds an Avro Array type with optional properties.static final class
Builds an Avro boolean type with optional properties.static final class
Builds an Avro bytes type with optional properties.static final class
Builds an Avro double type with optional properties.static 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 final class
Builds an Avro float type with optional properties.static final class
Builds an Avro int type with optional properties.static final class
Builds an Avro long type with optional properties.static final class
Builds an Avro Map type with optional properties.static 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).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
Builds an Avro null type with optional properties.static final class
static final class
Builds an Avro string type with optional properties.