Interface NumberAsGeneratorSpec<T extends Number>

Type Parameters:
T - type of number
All Superinterfaces:
AsGeneratorSpec<T>, GeneratorSpec<T>, NullableGeneratorSpec<T>, NumberGeneratorSpec<T>

public interface NumberAsGeneratorSpec<T extends Number> extends NumberGeneratorSpec<T>, AsGeneratorSpec<T>
Generator spec for Number types that supports AsGeneratorSpec.
Since:
2.6.0