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 TypeClassDescriptionclassAbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Futurevalidators that are based on thejava.timepackage.classCheck that thejava.time.chrono.HijrahDatepassed is in the future.classCheck that thejava.time.Instantpassed is in the future.classCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classCheck that thejava.time.LocalDatepassed is in the future.classCheck that thejava.time.LocalDateTimepassed is in the future.classCheck that thejava.time.LocalTimepassed is in the future.classCheck that thejava.time.chrono.MinguoDatepassed is in the future.classCheck that thejava.time.MonthDaypassed is in the future.classCheck that thejava.time.OffsetDateTimepassed is in the future.classCheck that thejava.time.OffsetTimepassed is in the future.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classCheck that thejava.time.Yearpassed is in the future.classCheck that thejava.time.YearMonthpassed is in the future.classCheck that thejava.time.ZonedDateTimepassed 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 TypeClassDescriptionclassAbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@FutureOrPresentvalidators that are based on thejava.timepackage.classCheck that thejava.time.chrono.HijrahDatepassed is in the future.classCheck that thejava.time.Instantpassed is in the future.classCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classCheck that thejava.time.LocalDatepassed is in the future.classCheck that thejava.time.LocalDateTimepassed is in the future.classCheck that thejava.time.LocalTimepassed is in the future.classCheck that thejava.time.chrono.MinguoDatepassed is in the future.classCheck that thejava.time.MonthDaypassed is in the future.classCheck that thejava.time.OffsetDateTimepassed is in the future.classCheck that thejava.time.OffsetTimepassed is in the future.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classCheck that thejava.time.Yearpassed is in the future.classCheck that thejava.time.YearMonthpassed is in the future.classCheck that thejava.time.ZonedDateTimepassed 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 TypeClassDescriptionclassAbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Pastvalidators that are based on thejava.timepackage.classCheck that thejava.time.chrono.HijrahDatepassed is in the past.classCheck that thejava.time.Instantpassed is in the past.classCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classCheck that thejava.time.LocalDatepassed is in the past.classCheck that thejava.time.LocalDateTimepassed is in the past.classCheck that thejava.time.LocalTimepassed is in the past.classCheck that thejava.time.chrono.MinguoDatepassed is in the past.classCheck that thejava.time.MonthDaypassed is in the past.classCheck that thejava.time.OffsetDateTimepassed is in the past.classCheck that thejava.time.OffsetTimepassed is in the past.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classCheck that thejava.time.Yearpassed is in the past.classCheck that thejava.time.YearMonthpassed is in the past.classCheck that thejava.time.ZonedDateTimepassed 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 TypeClassDescriptionclassAbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@PastOrPresentvalidators that are based on thejava.timepackage.classCheck that thejava.time.chrono.HijrahDatepassed is in the past.classCheck that thejava.time.Instantpassed is in the past.classCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classCheck that thejava.time.LocalDatepassed is in the past.classCheck that thejava.time.LocalDateTimepassed is in the past.classCheck that thejava.time.LocalTimepassed is in the past.classCheck that thejava.time.chrono.MinguoDatepassed is in the past.classCheck that thejava.time.MonthDaypassed is in the past.classCheck that thejava.time.OffsetDateTimepassed is in the past.classCheck that thejava.time.OffsetTimepassed is in the past.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classCheck that thejava.time.Yearpassed is in the past.classCheck that thejava.time.YearMonthpassed is in the past.classCheck that thejava.time.ZonedDateTimepassed is in the past.