Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.time.future |
Constraint validator implementations of the Bean Validation
Future constraint. |
Modifier and Type | Class and Description |
---|---|
class |
FutureValidatorForHijrahDate
Check that the
java.time.chrono.HijrahDate passed is in the future. |
class |
FutureValidatorForInstant
Check that the
java.time.Instant passed is in the future. |
class |
FutureValidatorForJapaneseDate
Check that the
java.time.chrono.JapaneseDate passed is in the future. |
class |
FutureValidatorForLocalDate
Check that the
java.time.LocalDate passed is in the future. |
class |
FutureValidatorForLocalDateTime
Check that the
java.time.LocalDateTime passed is in the future. |
class |
FutureValidatorForLocalTime
Check that the
java.time.LocalTime passed is in the future. |
class |
FutureValidatorForMinguoDate
Check that the
java.time.chrono.MinguoDate passed is in the future. |
class |
FutureValidatorForMonthDay
Check that the
java.time.MonthDay passed is in the future. |
class |
FutureValidatorForOffsetDateTime
Check that the
java.time.OffsetDateTime passed is in the future. |
class |
FutureValidatorForOffsetTime
Check that the
java.time.OffsetTime passed is in the future. |
class |
FutureValidatorForThaiBuddhistDate
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the future. |
class |
FutureValidatorForYear
Check that the
java.time.Year passed is in the future. |
class |
FutureValidatorForYearMonth
Check that the
java.time.YearMonth passed is in the future. |
class |
FutureValidatorForZonedDateTime
Check that the
java.time.ZonedDateTime passed is in the future. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.