Uses of Class
org.apache.avro.SchemaBuilder.ArrayBuilder
-
Uses of SchemaBuilder.ArrayBuilder in org.apache.avro
Modifier and TypeMethodDescriptionstatic SchemaBuilder.ArrayBuilder
<Schema> SchemaBuilder.array()
Create a builder for an Avro array This is equivalent to:SchemaBuilder.BaseFieldTypeBuilder.array()
Build an Avro array typefinal SchemaBuilder.ArrayBuilder
<R> SchemaBuilder.BaseTypeBuilder.array()
Build an Avro array type Example usage:SchemaBuilder.UnionFieldTypeBuilder.array()
Build an Avro array typeprotected SchemaBuilder.ArrayBuilder
<R> SchemaBuilder.ArrayBuilder.self()