Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
Packages that use AbstractJavaTimeValidator
Package
Description
Constraint validator implementations of the Bean Validation
Future
constraint.Constraint validator implementations of the Bean Validation
FutureOrPresent
constraint.Constraint validator implementations of the Bean Validation
Past
constraint.Constraint validator implementations of the Bean Validation
PastOrPresent
constraint.-
Uses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Subclasses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureModifier and TypeClassDescriptionclass
AbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@Future
validators that are based on thejava.time
package.class
Check that thejava.time.chrono.HijrahDate
passed is in the future.class
Check that thejava.time.Instant
passed is in the future.class
Check that thejava.time.chrono.JapaneseDate
passed is in the future.class
Check that thejava.time.LocalDate
passed is in the future.class
Check that thejava.time.LocalDateTime
passed is in the future.class
Check that thejava.time.LocalTime
passed is in the future.class
Check that thejava.time.chrono.MinguoDate
passed is in the future.class
Check that thejava.time.MonthDay
passed is in the future.class
Check that thejava.time.OffsetDateTime
passed is in the future.class
Check that thejava.time.OffsetTime
passed is in the future.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the future.class
Check that thejava.time.Year
passed is in the future.class
Check that thejava.time.YearMonth
passed is in the future.class
Check that thejava.time.ZonedDateTime
passed is in the future. -
Uses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Subclasses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresentModifier and TypeClassDescriptionclass
AbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@FutureOrPresent
validators that are based on thejava.time
package.class
Check that thejava.time.chrono.HijrahDate
passed is in the future.class
Check that thejava.time.Instant
passed is in the future.class
Check that thejava.time.chrono.JapaneseDate
passed is in the future.class
Check that thejava.time.LocalDate
passed is in the future.class
Check that thejava.time.LocalDateTime
passed is in the future.class
Check that thejava.time.LocalTime
passed is in the future.class
Check that thejava.time.chrono.MinguoDate
passed is in the future.class
Check that thejava.time.MonthDay
passed is in the future.class
Check that thejava.time.OffsetDateTime
passed is in the future.class
Check that thejava.time.OffsetTime
passed is in the future.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the future.class
Check that thejava.time.Year
passed is in the future.class
Check that thejava.time.YearMonth
passed is in the future.class
Check that thejava.time.ZonedDateTime
passed is in the future. -
Uses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Subclasses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastModifier and TypeClassDescriptionclass
AbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@Past
validators that are based on thejava.time
package.class
Check that thejava.time.chrono.HijrahDate
passed is in the past.class
Check that thejava.time.Instant
passed is in the past.class
Check that thejava.time.chrono.JapaneseDate
passed is in the past.class
Check that thejava.time.LocalDate
passed is in the past.class
Check that thejava.time.LocalDateTime
passed is in the past.class
Check that thejava.time.LocalTime
passed is in the past.class
Check that thejava.time.chrono.MinguoDate
passed is in the past.class
Check that thejava.time.MonthDay
passed is in the past.class
Check that thejava.time.OffsetDateTime
passed is in the past.class
Check that thejava.time.OffsetTime
passed is in the past.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the past.class
Check that thejava.time.Year
passed is in the past.class
Check that thejava.time.YearMonth
passed is in the past.class
Check that thejava.time.ZonedDateTime
passed is in the past. -
Uses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Subclasses of AbstractJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresentModifier and TypeClassDescriptionclass
AbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@PastOrPresent
validators that are based on thejava.time
package.class
Check that thejava.time.chrono.HijrahDate
passed is in the past.class
Check that thejava.time.Instant
passed is in the past.class
Check that thejava.time.chrono.JapaneseDate
passed is in the past.class
Check that thejava.time.LocalDate
passed is in the past.class
Check that thejava.time.LocalDateTime
passed is in the past.class
Check that thejava.time.LocalTime
passed is in the past.class
Check that thejava.time.chrono.MinguoDate
passed is in the past.class
Check that thejava.time.MonthDay
passed is in the past.class
Check that thejava.time.OffsetDateTime
passed is in the past.class
Check that thejava.time.OffsetTime
passed is in the past.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the past.class
Check that thejava.time.Year
passed is in the past.class
Check that thejava.time.YearMonth
passed is in the past.class
Check that thejava.time.ZonedDateTime
passed is in the past.