PastOrPresent
constraint.See: Description
Class | Description |
---|---|
AbstractPastOrPresentEpochBasedValidator<T> |
Base class for all
@PastOrPresent validators that use an epoch to be compared to the time reference. |
AbstractPastOrPresentInstantBasedValidator<T> |
Base class for all
@PastOrPresent validators that use an Instant to be compared to the time reference. |
AbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> |
Base class for all
@PastOrPresent validators that are based on the java.time package. |
PastOrPresentValidatorForCalendar |
Check that the
java.util.Calendar passed to be validated is in
the past. |
PastOrPresentValidatorForDate |
Check that the
java.util.Date passed to be validated is in the
past. |
PastOrPresentValidatorForHijrahDate |
Check that the
java.time.chrono.HijrahDate passed is in the past. |
PastOrPresentValidatorForInstant |
Check that the
java.time.Instant passed is in the past. |
PastOrPresentValidatorForJapaneseDate |
Check that the
java.time.chrono.JapaneseDate passed is in the past. |
PastOrPresentValidatorForLocalDate |
Check that the
java.time.LocalDate passed is in the past. |
PastOrPresentValidatorForLocalDateTime |
Check that the
java.time.LocalDateTime passed is in the past. |
PastOrPresentValidatorForLocalTime |
Check that the
java.time.LocalTime passed is in the past. |
PastOrPresentValidatorForMinguoDate |
Check that the
java.time.chrono.MinguoDate passed is in the past. |
PastOrPresentValidatorForMonthDay |
Check that the
java.time.MonthDay passed is in the past. |
PastOrPresentValidatorForOffsetDateTime |
Check that the
java.time.OffsetDateTime passed is in the past. |
PastOrPresentValidatorForOffsetTime |
Check that the
java.time.OffsetTime passed is in the past. |
PastOrPresentValidatorForReadableInstant |
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the past. |
PastOrPresentValidatorForReadablePartial |
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the past. |
PastOrPresentValidatorForThaiBuddhistDate |
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the past. |
PastOrPresentValidatorForYear |
Check that the
java.time.Year passed is in the past. |
PastOrPresentValidatorForYearMonth |
Check that the
java.time.YearMonth passed is in the past. |
PastOrPresentValidatorForZonedDateTime |
Check that the
java.time.ZonedDateTime passed is in the past. |
PastOrPresent
constraint.Copyright © 2021 JBoss by Red Hat. All rights reserved.