Package org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Constraint validator implementations of the Bean Validation
FutureOrPresent constraint.-
Class Summary Class Description AbstractFutureOrPresentEpochBasedValidator<T> Base class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.AbstractFutureOrPresentInstantBasedValidator<T> Base class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.AbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> Base class for all@FutureOrPresentvalidators that are based on thejava.timepackage.FutureOrPresentValidatorForCalendar Check that thejava.util.Calendarpassed to be validated is in the future.FutureOrPresentValidatorForDate Check that thejava.util.Datepassed to be validated is in the future.FutureOrPresentValidatorForHijrahDate Check that thejava.time.chrono.HijrahDatepassed is in the future.FutureOrPresentValidatorForInstant Check that thejava.time.Instantpassed is in the future.FutureOrPresentValidatorForJapaneseDate Check that thejava.time.chrono.JapaneseDatepassed is in the future.FutureOrPresentValidatorForLocalDate Check that thejava.time.LocalDatepassed is in the future.FutureOrPresentValidatorForLocalDateTime Check that thejava.time.LocalDateTimepassed is in the future.FutureOrPresentValidatorForLocalTime Check that thejava.time.LocalTimepassed is in the future.FutureOrPresentValidatorForMinguoDate Check that thejava.time.chrono.MinguoDatepassed is in the future.FutureOrPresentValidatorForMonthDay Check that thejava.time.MonthDaypassed is in the future.FutureOrPresentValidatorForOffsetDateTime Check that thejava.time.OffsetDateTimepassed is in the future.FutureOrPresentValidatorForOffsetTime Check that thejava.time.OffsetTimepassed is in the future.FutureOrPresentValidatorForReadableInstant Check if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.FutureOrPresentValidatorForReadablePartial Check if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.FutureOrPresentValidatorForThaiBuddhistDate Check that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.FutureOrPresentValidatorForYear Check that thejava.time.Yearpassed is in the future.FutureOrPresentValidatorForYearMonth Check that thejava.time.YearMonthpassed is in the future.FutureOrPresentValidatorForZonedDateTime Check that thejava.time.ZonedDateTimepassed is in the future.