Uses of Interface
org.instancio.generator.specs.PeriodGeneratorSpec
Packages that use PeriodGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of PeriodGeneratorSpec in org.instancio.generator.specs
Subinterfaces of PeriodGeneratorSpec in org.instancio.generator.specsMethods in org.instancio.generator.specs that return PeriodGeneratorSpecModifier and TypeMethodDescriptionPeriodGeneratorSpec.days(int min, int max) Generate number ofPerioddays in the given range.PeriodGeneratorSpec.months(int min, int max) Generate number ofPeriodmonths in the given range.PeriodGeneratorSpec.years(int min, int max) Generate number ofPeriodyears in the given range. -
Uses of PeriodGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return PeriodGeneratorSpec