Uses of Class
org.apache.avro.SchemaBuilder.NullDefault
Packages that use SchemaBuilder.NullDefault
-
Uses of SchemaBuilder.NullDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.NullDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.NullDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.nullType()
A plain null type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.NullDefaultModifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.nullBuilder()
Build a null type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.nullBuilder()
Build a null type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.nullType()
A plain null type without custom properties.