Uses of Class
org.apache.avro.SchemaBuilder.BooleanDefault
-
Uses of SchemaBuilder.BooleanDefault in org.apache.avro
Modifier and TypeMethodDescriptionfinal SchemaBuilder.BooleanDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.booleanType()
A plain boolean type without custom properties.Modifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.booleanBuilder()
Build a boolean type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.booleanBuilder()
Build a boolean type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.booleanType()
A plain boolean type without custom properties.