Class MapGenerator

All Implemented Interfaces:
Generator, ParameterizableGenerator, TypedParameterizableGenerator<Map<?,?>>, TypedGenerator<Map<?,?>>

@API(status=STABLE, since="0.1") @Priority(-2000) public class MapGenerator extends AbstractTypedParameterizableGenerator<Map<?,?>,MapGenerationParameters>
Generator of Map values. Requires supported component type generation in Generators.
Since:
0.1
Version:
1.0, 2022-12
Author:
(w) Iker Hernaez
  • Field Details

    • MIN_SIZE

      public static final int MIN_SIZE
      The minimum generated array size.
      See Also:
    • MAX_SIZE

      public static final int MAX_SIZE
      The maximum generated array size.
      See Also:
  • Constructor Details

    • MapGenerator

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