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