Class SchemaBuilder.ArrayDefault<R>

Enclosing class:
SchemaBuilder

public static class SchemaBuilder.ArrayDefault<R> extends SchemaBuilder.FieldDefault<R,SchemaBuilder.ArrayDefault<R>>
Choose whether to use a default value for the field or not.
  • Method Details

    • arrayDefault

      public final <V> SchemaBuilder.FieldAssembler<R> arrayDefault(List<V> defaultVal)
      Completes this field with the default value provided, cannot be null