Package 

Class RandomGenerators.RandomDateGenerator

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Generator , icu.windea.breezeframework.core.component.RandomGenerator

    @ComponentParam(name = "min", type = "Date", defaultValue = "<null>")@ComponentParam(name = "max", type = "Date", defaultValue = "<null>")@ComponentParam(name = "format", type = "String", defaultValue = "yyyy-MM-dd")@ComponentParam(name = "locale", type = "String | Locale", defaultValue = "<default>")@ComponentParam(name = "timeZone", type = "String | TimeZone", defaultValue = "<utc>") 
    public class RandomGenerators.RandomDateGenerator
    extends AbstractRandomGenerator<Date>