- java.lang.Object
-
- swim.avro.schema.AvroType<T>
-
- swim.avro.schema.AvroComplexType<T>
-
- swim.avro.schema.AvroUnionType<T>
-
public abstract class AvroUnionType<T> extends AvroComplexType<T>
-
-
Constructor Summary
Constructors Constructor Description AvroUnionType()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AvroType<? extends T>getVariant(int index)abstract AvroUnionType<T>variant(AvroType<? extends T> variant)abstract intvariantCount()
-