FutureOrPresent
constraint.See: Description
Class | Description |
---|---|
AbstractFutureOrPresentEpochBasedValidator<T> |
Base class for all
@FutureOrPresent validators that use an epoch to be compared to the time reference. |
AbstractFutureOrPresentInstantBasedValidator<T> |
Base class for all
@FutureOrPresent validators that use an Instant to be compared to the time reference. |
AbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> |
Base class for all
@FutureOrPresent validators that are based on the java.time package. |
FutureOrPresentValidatorForCalendar |
Check that the
java.util.Calendar passed to be validated is in
the future. |
FutureOrPresentValidatorForDate |
Check that the
java.util.Date passed to be validated is in the
future. |
FutureOrPresentValidatorForHijrahDate |
Check that the
java.time.chrono.HijrahDate passed is in the future. |
FutureOrPresentValidatorForInstant |
Check that the
java.time.Instant passed is in the future. |
FutureOrPresentValidatorForJapaneseDate |
Check that the
java.time.chrono.JapaneseDate passed is in the future. |
FutureOrPresentValidatorForLocalDate |
Check that the
java.time.LocalDate passed is in the future. |
FutureOrPresentValidatorForLocalDateTime |
Check that the
java.time.LocalDateTime passed is in the future. |
FutureOrPresentValidatorForLocalTime |
Check that the
java.time.LocalTime passed is in the future. |
FutureOrPresentValidatorForMinguoDate |
Check that the
java.time.chrono.MinguoDate passed is in the future. |
FutureOrPresentValidatorForMonthDay |
Check that the
java.time.MonthDay passed is in the future. |
FutureOrPresentValidatorForOffsetDateTime |
Check that the
java.time.OffsetDateTime passed is in the future. |
FutureOrPresentValidatorForOffsetTime |
Check that the
java.time.OffsetTime passed is in the future. |
FutureOrPresentValidatorForReadableInstant |
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the future. |
FutureOrPresentValidatorForReadablePartial |
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the future. |
FutureOrPresentValidatorForThaiBuddhistDate |
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the future. |
FutureOrPresentValidatorForYear |
Check that the
java.time.Year passed is in the future. |
FutureOrPresentValidatorForYearMonth |
Check that the
java.time.YearMonth passed is in the future. |
FutureOrPresentValidatorForZonedDateTime |
Check that the
java.time.ZonedDateTime passed is in the future. |
FutureOrPresent
constraint.Copyright © 2019 JBoss by Red Hat. All rights reserved.