Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.NullDefault<R> |
SchemaBuilder.BaseFieldTypeBuilder.nullType()
A plain null type without custom properties.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.NullBuilder<SchemaBuilder.NullDefault<R>> |
SchemaBuilder.BaseFieldTypeBuilder.nullBuilder()
Build a null type that can set custom properties.
|
SchemaBuilder.NullBuilder<SchemaBuilder.UnionAccumulator<SchemaBuilder.NullDefault<R>>> |
SchemaBuilder.UnionFieldTypeBuilder.nullBuilder()
Build a null type that can set custom properties.
|
SchemaBuilder.UnionAccumulator<SchemaBuilder.NullDefault<R>> |
SchemaBuilder.UnionFieldTypeBuilder.nullType()
A plain null type without custom properties.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.