Class EmptyMapGenerator

java.lang.Object
de.cuioss.test.valueobjects.generator.dynamic.impl.EmptyMapGenerator
All Implemented Interfaces:
de.cuioss.test.generator.TypedGenerator<Map>

public class EmptyMapGenerator extends Object implements de.cuioss.test.generator.TypedGenerator<Map>
Always generates an empty immutable map
Author:
Oliver Wolff
  • Constructor Details

  • Method Details

    • next

      public Map<?,?> next()
      Specified by:
      next in interface de.cuioss.test.generator.TypedGenerator<Map>
    • getType

      public Class<Map> getType()
      Specified by:
      getType in interface de.cuioss.test.generator.TypedGenerator<Map>