Package org.apache.avro
Class SchemaBuilder.UnionAccumulator<R>
java.lang.Object
org.apache.avro.SchemaBuilder.UnionAccumulator<R>
- Enclosing class:
SchemaBuilder
Accumulates all of the types in a union. Add an additional type with
and()
. Complete the union with endUnion()