| Package | Description | 
|---|---|
| org.apache.avro | 
 Avro kernel classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaBuilder.BooleanDefault<R> | 
SchemaBuilder.BaseFieldTypeBuilder.booleanType()
A plain boolean type without custom properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaBuilder.BooleanBuilder<SchemaBuilder.BooleanDefault<R>> | 
SchemaBuilder.BaseFieldTypeBuilder.booleanBuilder()
Build a boolean type that can set custom properties. 
 | 
SchemaBuilder.BooleanBuilder<SchemaBuilder.UnionAccumulator<SchemaBuilder.BooleanDefault<R>>> | 
SchemaBuilder.UnionFieldTypeBuilder.booleanBuilder()
Build a boolean type that can set custom properties. 
 | 
SchemaBuilder.UnionAccumulator<SchemaBuilder.BooleanDefault<R>> | 
SchemaBuilder.UnionFieldTypeBuilder.booleanType()
A plain boolean type without custom properties. 
 | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.