Interface OneOfArrayGeneratorSpec<T>

Type Parameters:
T - type of value
All Superinterfaces:
GeneratorSpec<T>, NullableGeneratorSpec<T>
All Known Subinterfaces:
OneOfArraySpec<T>

public interface OneOfArrayGeneratorSpec<T> extends NullableGeneratorSpec<T>
Generator spec for selecting a random value from an array.
Since:
1.0.1