Package org.apache.bval.constraints
Class PastOrPresentValidator.ForChronoZonedDateTime
- java.lang.Object
-
- org.apache.bval.constraints.TimeValidator<jakarta.validation.constraints.PastOrPresent,T>
-
- org.apache.bval.constraints.PastOrPresentValidator<ChronoZonedDateTime<?>>
-
- org.apache.bval.constraints.PastOrPresentValidator.ForChronoZonedDateTime
-
- All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.PastOrPresent,ChronoZonedDateTime<?>>
- Enclosing class:
- PastOrPresentValidator<T extends Comparable<T>>
public static class PastOrPresentValidator.ForChronoZonedDateTime extends PastOrPresentValidator<ChronoZonedDateTime<?>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.constraints.PastOrPresentValidator
PastOrPresentValidator.ForCalendar, PastOrPresentValidator.ForChronoLocalDate, PastOrPresentValidator.ForChronoLocalDateTime, PastOrPresentValidator.ForChronoZonedDateTime, PastOrPresentValidator.ForDate, PastOrPresentValidator.ForInstant, PastOrPresentValidator.ForLocalTime, PastOrPresentValidator.ForMonthDay, PastOrPresentValidator.ForOffsetDateTime, PastOrPresentValidator.ForOffsetTime, PastOrPresentValidator.ForYear, PastOrPresentValidator.ForYearMonth
-
-
Field Summary
-
Fields inherited from class org.apache.bval.constraints.TimeValidator
CHRONO_LOCAL_DATE_COMPARATOR, CHRONO_LOCAL_DATE_TIME_COMPARATOR, CHRONO_ZONED_DATE_TIME_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description ForChronoZonedDateTime()
-