Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.time.future |
Constraint validator implementations of the Bean Validation
Future constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent |
Constraint validator implementations of the Bean Validation
FutureOrPresent constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.past |
Constraint validator implementations of the Bean Validation
Past constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent |
Constraint validator implementations of the Bean Validation
PastOrPresent constraint. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFutureJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>>
Base class for all
@Future validators that are based on the java.time package. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFutureOrPresentJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>>
Base class for all
@FutureOrPresent validators that are based on the java.time package. |
class |
FutureOrPresentValidatorForHijrahDate
Check that the
java.time.chrono.HijrahDate passed is in the future. |
class |
FutureOrPresentValidatorForInstant
Check that the
java.time.Instant passed is in the future. |
class |
FutureOrPresentValidatorForJapaneseDate
Check that the
java.time.chrono.JapaneseDate passed is in the future. |
class |
FutureOrPresentValidatorForLocalDate
Check that the
java.time.LocalDate passed is in the future. |
class |
FutureOrPresentValidatorForLocalDateTime
Check that the
java.time.LocalDateTime passed is in the future. |
class |
FutureOrPresentValidatorForLocalTime
Check that the
java.time.LocalTime passed is in the future. |
class |
FutureOrPresentValidatorForMinguoDate
Check that the
java.time.chrono.MinguoDate passed is in the future. |
class |
FutureOrPresentValidatorForMonthDay
Check that the
java.time.MonthDay passed is in the future. |
class |
FutureOrPresentValidatorForOffsetDateTime
Check that the
java.time.OffsetDateTime passed is in the future. |
class |
FutureOrPresentValidatorForOffsetTime
Check that the
java.time.OffsetTime passed is in the future. |
class |
FutureOrPresentValidatorForThaiBuddhistDate
Check that the
java.time.chrono.ThaiBuddhistDate passed is in the future. |
class |
FutureOrPresentValidatorForYear
Check that the
java.time.Year passed is in the future. |
class |
FutureOrPresentValidatorForYearMonth
Check that the
java.time.YearMonth passed is in the future. |
class |
FutureOrPresentValidatorForZonedDateTime
Check that the
java.time.ZonedDateTime passed is in the future. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPastJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>>
Base class for all
@Past validators that are based on the java.time package. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPastOrPresentJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>>
Base class for all
@PastOrPresent validators that are based on the java.time package. |
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 © 2007-2022 Red Hat, Inc. All Rights Reserved