Package org.apache.avro
Class SchemaBuilder.RecordDefault<R>
java.lang.Object
org.apache.avro.SchemaBuilder.FieldDefault<R,SchemaBuilder.RecordDefault<R>>
org.apache.avro.SchemaBuilder.RecordDefault<R>
- Enclosing class:
SchemaBuilder
public static class SchemaBuilder.RecordDefault<R>
extends SchemaBuilder.FieldDefault<R,SchemaBuilder.RecordDefault<R>>
Choose whether to use a default value for the field or not.
-
Method Summary
Modifier and TypeMethodDescriptionfinal SchemaBuilder.FieldAssembler
<R> recordDefault
(GenericRecord defaultVal) Completes this field with the default value provided, cannot be nullMethods inherited from class org.apache.avro.SchemaBuilder.FieldDefault
noDefault
-
Method Details
-
recordDefault
Completes this field with the default value provided, cannot be null
-