Interface MonthDayGeneratorSpec

All Superinterfaces:
AsGeneratorSpec<MonthDay>, GeneratorSpec<MonthDay>

public interface MonthDayGeneratorSpec extends AsGeneratorSpec<MonthDay>
Generator spec for MonthDay types.
Since:
2.3.0
  • Method Details

    • min

      Generate a MonthDay value on or after the specified day.
      Parameters:
      min - lower bound
      Returns:
      spec builder
      Since:
      2.3.0
    • max

      Generate a MonthDay value on or before the specified day.
      Parameters:
      max - upper bound
      Returns:
      spec builder
      Since:
      2.3.0
    • range

      Generate a MonthDay value between the given range.
      Parameters:
      min - lower bound (inclusive)
      max - upper bound (inclusive)
      Returns:
      spec builder
      Since:
      2.3.0