Package org.databene.benerator.primitive.datetime

Class Summary
CurrentDateGenerator Generates java.util.Date objects that represent the current Date (time is 00:00:00).
CurrentDateTimeGenerator Generates java.util.Date objects that represent the current date and time.
CurrentMilliTimeGenerator Generates Long values that represent the current time in milliseconds.
CurrentNanoTimeGenerator Generates Long objects that represent the current system time in nanoseconds since 1970-01-01.
CurrentTimeGenerator Generates Date objects that represent the current time.
DateGenerator creates date values by a LongGenerator.
DateTimeGenerator Creates DateTimes with separate date and time distribution characteristics.
DayGenerator Generates dates with a granularity of days, months or years.
DayOfWeekValidator Filters Dates by their day of week.
 

Annotation Types Summary
DayOfWeek Bean validation annotation (JSR 303) based on the day of week.
 



Copyright © 2013. All Rights Reserved.