java.lang.Object
swim.avro.structure.AvroStructure
-
Method Summary
Modifier and TypeMethodDescriptionstatic <I extends Item>
AvroArrayType<I,Record> static AvroBooleanType<Value>static AvroDataType<Value>dataType()static AvroDoubleType<Value>static AvroEnumType<Value>static AvroEnumType<Value>static AvroEnumType<Value>static AvroEnumType<Value>static AvroFieldType<Value,Record> static AvroFixedType<Value>static AvroFixedType<Value>static AvroFloatType<Value>static AvroIntType<Value>intType()static AvroLongType<Value>longType()static <V extends Value>
AvroMapType<Value,V, Record> static AvroNullType<Value>nullType()static AvroRecordType<Record,Record> recordType(String fullName) static AvroRecordType<Record,Record> recordType(AvroName fullName) static AvroStringType<Value>static AvroUnionType<Value>
-
Method Details
-
nullType
-
booleanType
-
intType
-
longType
-
floatType
-
doubleType
-
dataType
-
stringType
-
recordType
-
recordType
-
enumType
-
enumType
-
enumType
-
enumType
-
arrayType
-
mapType
public static <V extends Value> AvroMapType<Value,V, mapTypeRecord> (AvroType<? extends V> valueType) -
unionType
-
fixedType
-
fixedType
-
field
-