Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.time.past |
Constraint validator implementations of the Bean Validation
Past constraint. |
Modifier and Type | Class and Description |
---|---|
class |
PastValidatorForHijrahDate
Check that the
java.time.chrono.HijrahDate passed is in the past. |
class |
PastValidatorForInstant
Check that the
java.time.Instant passed is in the past. |
class |
PastValidatorForJapaneseDate
Check that the
java.time.chrono.JapaneseDate passed is in the past. |
class |
PastValidatorForLocalDate
Check that the
java.time.LocalDate passed is in the past. |
class |
PastValidatorForLocalDateTime
Check that the
java.time.LocalDateTime passed is in the past. |
class |
PastValidatorForLocalTime
Check that the
java.time.LocalTime passed is in the past. |
class |
PastValidatorForMinguoDate
Check that the
java.time.chrono.MinguoDate passed is in the past. |
class |
PastValidatorForMonthDay
Check that the
java.time.MonthDay passed is in the past. |
class |
PastValidatorForOffsetDateTime
Check that the
java.time.OffsetDateTime passed is in the past. |
class |
PastValidatorForOffsetTime
Check that the
java.time.OffsetTime passed is in the past. |
class |
PastValidatorForThaiBuddhistDate
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the past. |
class |
PastValidatorForYear
Check that the
java.time.Year passed is in the past. |
class |
PastValidatorForYearMonth
Check that the
java.time.YearMonth passed is in the past. |
class |
PastValidatorForZonedDateTime
Check that the
java.time.ZonedDateTime passed is in the past. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.