Interface ArrayGeneratorSpec<T>

Type Parameters:
T - array type
All Superinterfaces:
GeneratorSpec<T>, NullableGeneratorSpec<T>, SubtypeGeneratorSpec<T>

public interface ArrayGeneratorSpec<T> extends NullableGeneratorSpec<T>, SubtypeGeneratorSpec<T>
Generator spec for arrays.