- java.lang.Object
-
- swim.avro.schema.AvroType<T>
-
- swim.avro.schema.AvroComplexType<T>
-
- swim.avro.schema.AvroArrayType<I,T>
-
public abstract class AvroArrayType<I,T> extends AvroComplexType<T>
-
-
Constructor Summary
Constructors Constructor Description AvroArrayType()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Builder<I,T>
arrayBuilder()
abstract AvroType<? extends I>
itemType()
-