Class TimeZoneGenerator

All Implemented Interfaces:
Generator, TypedGenerator<TimeZone>

@API(status=STABLE, since="0.1") @Priority(-1000) public class TimeZoneGenerator extends AbstractTypedGenerator<TimeZone>
Generator of TimeZone values.
Since:
0.1
Version:
1.0, 2022-10
Author:
(w) Iker Hernaez
  • Constructor Details

    • TimeZoneGenerator

      public TimeZoneGenerator()
      Creates a new instance.
  • Method Details

    • defaultValue

      @NotNull public @NotNull TimeZone defaultValue()
      Returns the default value of the supported type.
      Returns:
      The default value.
    • randomValue

      @NotNull public @NotNull TimeZone randomValue()
      Returns a random value of the supported type.
      Returns:
      A random value.