Uses of Class
org.apache.avro.SchemaBuilder.DoubleDefault
Packages that use SchemaBuilder.DoubleDefault
-
Uses of SchemaBuilder.DoubleDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.DoubleDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.DoubleDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.doubleType()
A plain double type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.DoubleDefaultModifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.doubleBuilder()
Build a double type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.doubleBuilder()
Build a double type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.doubleType()
A plain double type without custom properties.