Package org.hibernate.validator.internal.constraintvalidators.bv.time.past
Constraint validator implementations of the Bean Validation
Past constraint.-
Class Summary Class Description AbstractPastEpochBasedValidator<T> Base class for all@Pastvalidators that use an epoch to be compared to the time reference.AbstractPastInstantBasedValidator<T> Base class for all@Pastvalidators that use anInstantto be compared to the time reference.AbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> Base class for all@Pastvalidators that are based on thejava.timepackage.PastValidatorForCalendar Check that thejava.util.Calendarpassed to be validated is in the past.PastValidatorForDate Check that thejava.util.Datepassed to be validated is in the past.PastValidatorForHijrahDate Check that thejava.time.chrono.HijrahDatepassed is in the past.PastValidatorForInstant Check that thejava.time.Instantpassed is in the past.PastValidatorForJapaneseDate Check that thejava.time.chrono.JapaneseDatepassed is in the past.PastValidatorForLocalDate Check that thejava.time.LocalDatepassed is in the past.PastValidatorForLocalDateTime Check that thejava.time.LocalDateTimepassed is in the past.PastValidatorForLocalTime Check that thejava.time.LocalTimepassed is in the past.PastValidatorForMinguoDate Check that thejava.time.chrono.MinguoDatepassed is in the past.PastValidatorForMonthDay Check that thejava.time.MonthDaypassed is in the past.PastValidatorForOffsetDateTime Check that thejava.time.OffsetDateTimepassed is in the past.PastValidatorForOffsetTime Check that thejava.time.OffsetTimepassed is in the past.PastValidatorForReadableInstant Check if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.PastValidatorForReadablePartial Check if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.PastValidatorForThaiBuddhistDate Check that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.PastValidatorForYear Check that thejava.time.Yearpassed is in the past.PastValidatorForYearMonth Check that thejava.time.YearMonthpassed is in the past.PastValidatorForZonedDateTime Check that thejava.time.ZonedDateTimepassed is in the past.