All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static <I extends Item> AvroArrayType<I,Record> |
arrayType(AvroType<? extends I> itemType) |
|
static AvroBooleanType<Value> |
booleanType() |
|
static AvroDataType<Value> |
dataType() |
|
static AvroDoubleType<Value> |
doubleType() |
|
static AvroEnumType<Value> |
enumType(String fullName) |
|
static AvroEnumType<Value> |
enumType(String fullName,
String... symbols) |
|
static AvroEnumType<Value> |
enumType(AvroName fullName) |
|
static AvroEnumType<Value> |
enumType(AvroName fullName,
String... symbols) |
|
static AvroFieldType<Value,Record> |
field(String name,
AvroType<? extends Value> valueType) |
|
static AvroFixedType<Value> |
fixedType(String fullName,
int size) |
|
static AvroFixedType<Value> |
fixedType(AvroName fullName,
int size) |
|
static AvroFloatType<Value> |
floatType() |
|
static AvroIntType<Value> |
intType() |
|
static AvroLongType<Value> |
longType() |
|
static <V extends Value> AvroMapType<Value,V,Record> |
mapType(AvroType<? extends V> valueType) |
|
static AvroNullType<Value> |
nullType() |
|
static AvroRecordType<Record,Record> |
recordType(String fullName) |
|
static AvroRecordType<Record,Record> |
recordType(AvroName fullName) |
|
static AvroStringType<Value> |
stringType() |
|
static AvroUnionType<Value> |
unionType() |
|