Package org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Constraint validator implementations of the Bean Validation
PastOrPresent constraint.-
Class Summary Class Description AbstractPastOrPresentEpochBasedValidator<T> Base class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.AbstractPastOrPresentInstantBasedValidator<T> Base class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.AbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> Base class for all@PastOrPresentvalidators that are based on thejava.timepackage.PastOrPresentValidatorForCalendar Check that thejava.util.Calendarpassed to be validated is in the past.PastOrPresentValidatorForDate Check that thejava.util.Datepassed to be validated is in the past.PastOrPresentValidatorForHijrahDate Check that thejava.time.chrono.HijrahDatepassed is in the past.PastOrPresentValidatorForInstant Check that thejava.time.Instantpassed is in the past.PastOrPresentValidatorForJapaneseDate Check that thejava.time.chrono.JapaneseDatepassed is in the past.PastOrPresentValidatorForLocalDate Check that thejava.time.LocalDatepassed is in the past.PastOrPresentValidatorForLocalDateTime Check that thejava.time.LocalDateTimepassed is in the past.PastOrPresentValidatorForLocalTime Check that thejava.time.LocalTimepassed is in the past.PastOrPresentValidatorForMinguoDate Check that thejava.time.chrono.MinguoDatepassed is in the past.PastOrPresentValidatorForMonthDay Check that thejava.time.MonthDaypassed is in the past.PastOrPresentValidatorForOffsetDateTime Check that thejava.time.OffsetDateTimepassed is in the past.PastOrPresentValidatorForOffsetTime Check that thejava.time.OffsetTimepassed is in the past.PastOrPresentValidatorForReadableInstant Check if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.PastOrPresentValidatorForReadablePartial Check if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.PastOrPresentValidatorForThaiBuddhistDate Check that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.PastOrPresentValidatorForYear Check that thejava.time.Yearpassed is in the past.PastOrPresentValidatorForYearMonth Check that thejava.time.YearMonthpassed is in the past.PastOrPresentValidatorForZonedDateTime Check that thejava.time.ZonedDateTimepassed is in the past.