Package org.hibernate.validator.internal.constraintvalidators.bv.time.past
package org.hibernate.validator.internal.constraintvalidators.bv.time.past
Constraint validator implementations of the Bean Validation
Past constraint.-
ClassesClassDescriptionBase class for all
@Pastvalidators that use an epoch to be compared to the time reference.Base class for all@Pastvalidators that use anInstantto be compared to the time reference.Base class for all@Pastvalidators that are based on thejava.timepackage.Check that thejava.util.Calendarpassed to be validated is in the past.Check that thejava.util.Datepassed to be validated is in the past.Check that thejava.time.chrono.HijrahDatepassed is in the past.Check that thejava.time.Instantpassed is in the past.Check that thejava.time.chrono.JapaneseDatepassed is in the past.Check that thejava.time.LocalDatepassed is in the past.Check that thejava.time.LocalDateTimepassed is in the past.Check that thejava.time.LocalTimepassed is in the past.Check that thejava.time.chrono.MinguoDatepassed is in the past.Check that thejava.time.MonthDaypassed is in the past.Check that thejava.time.OffsetDateTimepassed is in the past.Check that thejava.time.OffsetTimepassed is in the past.Check if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.Check if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.Check that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.Check that thejava.time.Yearpassed is in the past.Check that thejava.time.YearMonthpassed is in the past.Check that thejava.time.ZonedDateTimepassed is in the past.