Class AvroUtils.TypeWithNullability
- java.lang.Object
-
- org.apache.beam.sdk.extensions.avro.schemas.utils.AvroUtils.TypeWithNullability
-
- Enclosing class:
- AvroUtils
public static class AvroUtils.TypeWithNullability extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AvroUtils.TypeWithNullabilitycreate(org.apache.avro.Schema avroSchema)org.apache.avro.SchemagetType()java.lang.BooleanisNullable()
-
-
-
Method Detail
-
create
public static AvroUtils.TypeWithNullability create(org.apache.avro.Schema avroSchema)
-
isNullable
public java.lang.Boolean isNullable()
-
getType
public org.apache.avro.Schema getType()
-
-