-
A plain boolean type without custom properties.
SchemaBuilder.UnionFieldTypeBuilder.bytesType()
A plain bytes type without custom properties.
A plain double type without custom properties.
SchemaBuilder.UnionFieldTypeBuilder.floatType()
A plain float type without custom properties.
SchemaBuilder.UnionFieldTypeBuilder.intType()
A plain int type without custom properties.
SchemaBuilder.UnionFieldTypeBuilder.longType()
A plain long type without custom properties.
SchemaBuilder.UnionFieldTypeBuilder.nullType()
A plain null type without custom properties.
A plain string type without custom properties.
SchemaBuilder.UnionAccumulator.and()
Add an additional type to this union
SchemaBuilder.UnionFieldTypeBuilder.array()
Build a boolean type that can set custom properties.
Build a bytes type that can set custom properties.
Build a double type that can set custom properties.
Build an Avro fixed type.
Build a float type that can set custom properties.
Build an int type that can set custom properties.
Build a long type that can set custom properties.
SchemaBuilder.UnionFieldTypeBuilder.map()
Build a null type that can set custom properties.
Build an Avro record type.
Build a string type that can set custom properties.
SchemaBuilder.BaseTypeBuilder.unionOf()
Build an Avro union schema type.
SchemaBuilder.TypeBuilder.unionOf()
Create a builder for an Avro union This is equivalent to: