Class IntegerSequenceGenerator

All Implemented Interfaces:
Generator<Integer>, GeneratorSpec<Integer>, AsGeneratorSpec<Integer>, NullableGeneratorSpec<Integer>, NumericSequenceAsGeneratorSpec<Integer>, NumericSequenceGeneratorSpec<Integer>, NumericSequenceSpec<Integer>, ValueSpec<Integer>

public class IntegerSequenceGenerator extends AbstractNumericSequenceGenerator<Integer>
  • Constructor Details

    • IntegerSequenceGenerator

      public IntegerSequenceGenerator()
    • IntegerSequenceGenerator

      public IntegerSequenceGenerator(GeneratorContext context)
  • Method Details

    • apiMethod

      public String apiMethod()
      Description copied from class: AbstractGenerator
      Returns the public API method name of the generator spec. The returned name is used for reporting validation errors.
      Specified by:
      apiMethod in class AbstractGenerator<Integer>
      Returns:
      spec name if defined, or null otherwise