Uses of Class
org.apache.avro.SchemaBuilder.FloatDefault
Packages that use SchemaBuilder.FloatDefault
-
Uses of SchemaBuilder.FloatDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.FloatDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.FloatDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.floatType()
A plain float type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.FloatDefaultModifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.floatBuilder()
Build a float type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.floatBuilder()
Build a float type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.floatType()
A plain float type without custom properties.