Class ArrayGenerator<T>

java.lang.Object
org.instancio.generator.AbstractGenerator<T>
org.instancio.generator.array.ArrayGenerator<T>
All Implemented Interfaces:
Generator<T>, ArrayGeneratorSpec<T>, GeneratorSpec<T>

public class ArrayGenerator<T> extends AbstractGenerator<T> implements ArrayGeneratorSpec<T>