Class LongSequenceGenerator

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

public class LongSequenceGenerator extends AbstractNumericSequenceGenerator<Long>
  • Constructor Details

    • LongSequenceGenerator

      public LongSequenceGenerator()
    • LongSequenceGenerator

      public LongSequenceGenerator(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<Long>
      Returns:
      spec name if defined, or null otherwise