public static class SchemaBuilder.RecordDefault<R> extends SchemaBuilder.FieldDefault<R,SchemaBuilder.RecordDefault<R>>
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.FieldAssembler<R> |
recordDefault(GenericRecord defaultVal)
Completes this field with the default value provided, cannot be null
|
noDefault
public final SchemaBuilder.FieldAssembler<R> recordDefault(GenericRecord defaultVal)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.