Future
constraint.See: Description
Class | Description |
---|---|
AbstractFutureEpochBasedValidator<T> |
Base class for all
@Future validators that use an epoch to be compared to the time reference. |
AbstractFutureInstantBasedValidator<T> |
Base class for all
@Future validators that use an Instant to be compared to the time reference. |
AbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> |
Base class for all
@Future validators that are based on the java.time package. |
FutureValidatorForCalendar |
Check that the
java.util.Calendar passed to be validated is in
the future. |
FutureValidatorForDate |
Check that the
java.util.Date passed to be validated is in the
future. |
FutureValidatorForHijrahDate |
Check that the
java.time.chrono.HijrahDate passed is in the future. |
FutureValidatorForInstant |
Check that the
java.time.Instant passed is in the future. |
FutureValidatorForJapaneseDate |
Check that the
java.time.chrono.JapaneseDate passed is in the future. |
FutureValidatorForLocalDate |
Check that the
java.time.LocalDate passed is in the future. |
FutureValidatorForLocalDateTime |
Check that the
java.time.LocalDateTime passed is in the future. |
FutureValidatorForLocalTime |
Check that the
java.time.LocalTime passed is in the future. |
FutureValidatorForMinguoDate |
Check that the
java.time.chrono.MinguoDate passed is in the future. |
FutureValidatorForMonthDay |
Check that the
java.time.MonthDay passed is in the future. |
FutureValidatorForOffsetDateTime |
Check that the
java.time.OffsetDateTime passed is in the future. |
FutureValidatorForOffsetTime |
Check that the
java.time.OffsetTime passed is in the future. |
FutureValidatorForReadableInstant |
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the future. |
FutureValidatorForReadablePartial |
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the future. |
FutureValidatorForThaiBuddhistDate |
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the future. |
FutureValidatorForYear |
Check that the
java.time.Year passed is in the future. |
FutureValidatorForYearMonth |
Check that the
java.time.YearMonth passed is in the future. |
FutureValidatorForZonedDateTime |
Check that the
java.time.ZonedDateTime passed is in the future. |
Future
constraint.Copyright © 2021 JBoss by Red Hat. All rights reserved.