Uses of Class
org.apache.avro.SchemaBuilder.BooleanDefault
Packages that use SchemaBuilder.BooleanDefault
-
Uses of SchemaBuilder.BooleanDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.BooleanDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.BooleanDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.booleanType()
A plain boolean type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.BooleanDefaultModifier 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.