| Package | Description | 
|---|---|
| org.apache.avro | 
 Avro kernel classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaBuilder.FloatDefault<R> | 
SchemaBuilder.BaseFieldTypeBuilder.floatType()
A plain float type without custom properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaBuilder.FloatBuilder<SchemaBuilder.FloatDefault<R>> | 
SchemaBuilder.BaseFieldTypeBuilder.floatBuilder()
Build a float type that can set custom properties. 
 | 
SchemaBuilder.FloatBuilder<SchemaBuilder.UnionAccumulator<SchemaBuilder.FloatDefault<R>>> | 
SchemaBuilder.UnionFieldTypeBuilder.floatBuilder()
Build a float type that can set custom properties. 
 | 
SchemaBuilder.UnionAccumulator<SchemaBuilder.FloatDefault<R>> | 
SchemaBuilder.UnionFieldTypeBuilder.floatType()
A plain float type without custom properties. 
 | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.