Uses of Class
org.apache.avro.SchemaBuilder.BaseFieldTypeBuilder
Packages that use SchemaBuilder.BaseFieldTypeBuilder
-
Uses of SchemaBuilder.BaseFieldTypeBuilder in org.apache.avro
Subclasses of SchemaBuilder.BaseFieldTypeBuilder in org.apache.avroModifier and TypeClassDescriptionstatic final class
FieldTypeBuilder addsSchemaBuilder.FieldTypeBuilder.unionOf()
,SchemaBuilder.FieldTypeBuilder.nullable()
, andSchemaBuilder.FieldTypeBuilder.optional()
to BaseFieldTypeBuilder.Methods in org.apache.avro that return SchemaBuilder.BaseFieldTypeBuilderModifier and TypeMethodDescriptionSchemaBuilder.FieldTypeBuilder.nullable()
A shortcut for building a union of a type and null, with an optional default value of the non-null type.