public static class AvroUtils.TypeWithNullability
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AvroUtils.TypeWithNullability |
create(Schema avroSchema) |
Schema |
getType() |
java.lang.Boolean |
isNullable() |
public final Schema type
public final boolean nullable
public static AvroUtils.TypeWithNullability create(Schema avroSchema)
public java.lang.Boolean isNullable()
public Schema getType()