Uses of Class
org.apache.avro.SchemaBuilder.BaseTypeBuilder
Packages that use SchemaBuilder.BaseTypeBuilder
-
Uses of SchemaBuilder.BaseTypeBuilder in org.apache.avro
Subclasses of SchemaBuilder.BaseTypeBuilder in org.apache.avroModifier and TypeClassDescriptionstatic final class
A Builder for creating any Avro schema type.Methods in org.apache.avro that return SchemaBuilder.BaseTypeBuilderModifier and TypeMethodDescriptionSchemaBuilder.UnionAccumulator.and()
Add an additional type to this unionprotected SchemaBuilder.BaseTypeBuilder
<R> SchemaBuilder.BaseTypeBuilder.nullable()
A shortcut for building a union of a type and null.static SchemaBuilder.BaseTypeBuilder
<Schema> SchemaBuilder.nullable()
Create a builder for a union of a type and null.SchemaBuilder.TypeBuilder.nullable()
SchemaBuilder.FieldTypeBuilder.optional()
A shortcut for building a union of null and a type, with a null default.SchemaBuilder.BaseTypeBuilder.unionOf()
Build an Avro union schema type.SchemaBuilder.TypeBuilder.unionOf()
SchemaBuilder.unionOf()
Create a builder for an Avro union This is equivalent to: