Package org.hibernate.validator.internal.constraintvalidators.bv.time.future
Constraint validator implementations of the Bean Validation
Future constraint.-
Class Summary Class Description AbstractFutureEpochBasedValidator<T> Base class for all@Futurevalidators that use an epoch to be compared to the time reference.AbstractFutureInstantBasedValidator<T> Base class for all@Futurevalidators that use anInstantto be compared to the time reference.AbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> Base class for all@Futurevalidators that are based on thejava.timepackage.FutureValidatorForCalendar Check that thejava.util.Calendarpassed to be validated is in the future.FutureValidatorForDate Check that thejava.util.Datepassed to be validated is in the future.FutureValidatorForHijrahDate Check that thejava.time.chrono.HijrahDatepassed is in the future.FutureValidatorForInstant Check that thejava.time.Instantpassed is in the future.FutureValidatorForJapaneseDate Check that thejava.time.chrono.JapaneseDatepassed is in the future.FutureValidatorForLocalDate Check that thejava.time.LocalDatepassed is in the future.FutureValidatorForLocalDateTime Check that thejava.time.LocalDateTimepassed is in the future.FutureValidatorForLocalTime Check that thejava.time.LocalTimepassed is in the future.FutureValidatorForMinguoDate Check that thejava.time.chrono.MinguoDatepassed is in the future.FutureValidatorForMonthDay Check that thejava.time.MonthDaypassed is in the future.FutureValidatorForOffsetDateTime Check that thejava.time.OffsetDateTimepassed is in the future.FutureValidatorForOffsetTime Check that thejava.time.OffsetTimepassed is in the future.FutureValidatorForReadableInstant Check if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.FutureValidatorForReadablePartial Check if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.FutureValidatorForThaiBuddhistDate Check that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.FutureValidatorForYear Check that thejava.time.Yearpassed is in the future.FutureValidatorForYearMonth Check that thejava.time.YearMonthpassed is in the future.FutureValidatorForZonedDateTime Check that thejava.time.ZonedDateTimepassed is in the future.