Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent |
Constraint validator implementations of the Bean Validation
PastOrPresent constraint. |
Modifier and Type | Class and Description |
---|---|
class |
PastOrPresentValidatorForHijrahDate
Check that the
java.time.chrono.HijrahDate passed is in the past. |
class |
PastOrPresentValidatorForInstant
Check that the
java.time.Instant passed is in the past. |
class |
PastOrPresentValidatorForJapaneseDate
Check that the
java.time.chrono.JapaneseDate passed is in the past. |
class |
PastOrPresentValidatorForLocalDate
Check that the
java.time.LocalDate passed is in the past. |
class |
PastOrPresentValidatorForLocalDateTime
Check that the
java.time.LocalDateTime passed is in the past. |
class |
PastOrPresentValidatorForLocalTime
Check that the
java.time.LocalTime passed is in the past. |
class |
PastOrPresentValidatorForMinguoDate
Check that the
java.time.chrono.MinguoDate passed is in the past. |
class |
PastOrPresentValidatorForMonthDay
Check that the
java.time.MonthDay passed is in the past. |
class |
PastOrPresentValidatorForOffsetDateTime
Check that the
java.time.OffsetDateTime passed is in the past. |
class |
PastOrPresentValidatorForOffsetTime
Check that the
java.time.OffsetTime passed is in the past. |
class |
PastOrPresentValidatorForThaiBuddhistDate
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the past. |
class |
PastOrPresentValidatorForYear
Check that the
java.time.Year passed is in the past. |
class |
PastOrPresentValidatorForYearMonth
Check that the
java.time.YearMonth passed is in the past. |
class |
PastOrPresentValidatorForZonedDateTime
Check that the
java.time.ZonedDateTime passed is in the past. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.