Uses of Class
org.apache.avro.SchemaBuilder.IntDefault
Packages that use SchemaBuilder.IntDefault
-
Uses of SchemaBuilder.IntDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.IntDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.IntDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.intType()
A plain int type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.IntDefaultModifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.intBuilder()
Build an int type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.intBuilder()
Build an int type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.intType()
A plain int type without custom properties.