Past constraint.See: Description
| Class | Description |
|---|---|
| AbstractPastEpochBasedValidator<T> |
Base class for all
@Past validators that use an epoch to be compared to the time reference. |
| AbstractPastInstantBasedValidator<T> |
Base class for all
@Past validators that use an Instant to be compared to the time reference. |
| AbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> |
Base class for all
@Past validators that are based on the java.time package. |
| PastValidatorForCalendar |
Check that the
java.util.Calendar passed to be validated is in
the past. |
| PastValidatorForDate |
Check that the
java.util.Date passed to be validated is in the
past. |
| PastValidatorForHijrahDate |
Check that the
java.time.chrono.HijrahDate passed is in the past. |
| PastValidatorForInstant |
Check that the
java.time.Instant passed is in the past. |
| PastValidatorForJapaneseDate |
Check that the
java.time.chrono.JapaneseDate passed is in the past. |
| PastValidatorForLocalDate |
Check that the
java.time.LocalDate passed is in the past. |
| PastValidatorForLocalDateTime |
Check that the
java.time.LocalDateTime passed is in the past. |
| PastValidatorForLocalTime |
Check that the
java.time.LocalTime passed is in the past. |
| PastValidatorForMinguoDate |
Check that the
java.time.chrono.MinguoDate passed is in the past. |
| PastValidatorForMonthDay |
Check that the
java.time.MonthDay passed is in the past. |
| PastValidatorForOffsetDateTime |
Check that the
java.time.OffsetDateTime passed is in the past. |
| PastValidatorForOffsetTime |
Check that the
java.time.OffsetTime passed is in the past. |
| PastValidatorForReadableInstant |
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the past. |
| PastValidatorForReadablePartial |
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the past. |
| PastValidatorForThaiBuddhistDate |
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the past. |
| PastValidatorForYear |
Check that the
java.time.Year passed is in the past. |
| PastValidatorForYearMonth |
Check that the
java.time.YearMonth passed is in the past. |
| PastValidatorForZonedDateTime |
Check that the
java.time.ZonedDateTime passed is in the past. |
Past constraint.Copyright © 2019 JBoss by Red Hat. All rights reserved.