Uses of Interface
org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
-
Packages that use HibernateConstraintValidator Package Description org.hibernate.validator.internal.constraintvalidators.bv.time Constraint validator implementations of the Bean Validation time related constraints.org.hibernate.validator.internal.constraintvalidators.bv.time.future Constraint validator implementations of the Bean ValidationFutureconstraint.org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent Constraint validator implementations of the Bean ValidationFutureOrPresentconstraint.org.hibernate.validator.internal.constraintvalidators.bv.time.past Constraint validator implementations of the Bean ValidationPastconstraint.org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent Constraint validator implementations of the Bean ValidationPastOrPresentconstraint.org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints. -
-
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time that implement HibernateConstraintValidator Modifier and Type Class Description classAbstractEpochBasedTimeValidator<C extends Annotation,T>Base class for all time validators that use an epoch to be compared to the time reference.classAbstractInstantBasedTimeValidator<C extends Annotation,T>Base class for all time validators that use anInstantto be compared to the time reference.classAbstractJavaTimeValidator<C extends Annotation,T extends TemporalAccessor & Comparable<? super T>>Base class for all time validators that are based on thejava.timepackage. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.future that implement HibernateConstraintValidator Modifier and Type Class Description classAbstractFutureEpochBasedValidator<T>Base class for all@Futurevalidators that use an epoch to be compared to the time reference.classAbstractFutureInstantBasedValidator<T>Base class for all@Futurevalidators that use anInstantto be compared to the time reference.classAbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Futurevalidators that are based on thejava.timepackage.classFutureValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the future.classFutureValidatorForDateCheck that thejava.util.Datepassed to be validated is in the future.classFutureValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the future.classFutureValidatorForInstantCheck that thejava.time.Instantpassed is in the future.classFutureValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classFutureValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the future.classFutureValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the future.classFutureValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the future.classFutureValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the future.classFutureValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the future.classFutureValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the future.classFutureValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the future.classFutureValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classFutureValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classFutureValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classFutureValidatorForYearCheck that thejava.time.Yearpassed is in the future.classFutureValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the future.classFutureValidatorForZonedDateTimeCheck that thejava.time.ZonedDateTimepassed is in the future. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent that implement HibernateConstraintValidator Modifier and Type Class Description classAbstractFutureOrPresentEpochBasedValidator<T>Base class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.classAbstractFutureOrPresentInstantBasedValidator<T>Base class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.classAbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@FutureOrPresentvalidators that are based on thejava.timepackage.classFutureOrPresentValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the future.classFutureOrPresentValidatorForDateCheck that thejava.util.Datepassed to be validated is in the future.classFutureOrPresentValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the future.classFutureOrPresentValidatorForInstantCheck that thejava.time.Instantpassed is in the future.classFutureOrPresentValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classFutureOrPresentValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the future.classFutureOrPresentValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the future.classFutureOrPresentValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the future.classFutureOrPresentValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the future.classFutureOrPresentValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the future.classFutureOrPresentValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the future.classFutureOrPresentValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the future.classFutureOrPresentValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classFutureOrPresentValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classFutureOrPresentValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classFutureOrPresentValidatorForYearCheck that thejava.time.Yearpassed is in the future.classFutureOrPresentValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the future.classFutureOrPresentValidatorForZonedDateTimeCheck that thejava.time.ZonedDateTimepassed is in the future. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.past that implement HibernateConstraintValidator Modifier and Type Class Description classAbstractPastEpochBasedValidator<T>Base class for all@Pastvalidators that use an epoch to be compared to the time reference.classAbstractPastInstantBasedValidator<T>Base class for all@Pastvalidators that use anInstantto be compared to the time reference.classAbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Pastvalidators that are based on thejava.timepackage.classPastValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the past.classPastValidatorForDateCheck that thejava.util.Datepassed to be validated is in the past.classPastValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the past.classPastValidatorForInstantCheck that thejava.time.Instantpassed is in the past.classPastValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classPastValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the past.classPastValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the past.classPastValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the past.classPastValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the past.classPastValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the past.classPastValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the past.classPastValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the past.classPastValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classPastValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classPastValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classPastValidatorForYearCheck that thejava.time.Yearpassed is in the past.classPastValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the past.classPastValidatorForZonedDateTimeCheck that thejava.time.ZonedDateTimepassed is in the past. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent that implement HibernateConstraintValidator Modifier and Type Class Description classAbstractPastOrPresentEpochBasedValidator<T>Base class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.classAbstractPastOrPresentInstantBasedValidator<T>Base class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.classAbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@PastOrPresentvalidators that are based on thejava.timepackage.classPastOrPresentValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the past.classPastOrPresentValidatorForDateCheck that thejava.util.Datepassed to be validated is in the past.classPastOrPresentValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the past.classPastOrPresentValidatorForInstantCheck that thejava.time.Instantpassed is in the past.classPastOrPresentValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classPastOrPresentValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the past.classPastOrPresentValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the past.classPastOrPresentValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the past.classPastOrPresentValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the past.classPastOrPresentValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the past.classPastOrPresentValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the past.classPastOrPresentValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the past.classPastOrPresentValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classPastOrPresentValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classPastOrPresentValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classPastOrPresentValidatorForYearCheck that thejava.time.Yearpassed is in the past.classPastOrPresentValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the past.classPastOrPresentValidatorForZonedDateTimeCheck that thejava.time.ZonedDateTimepassed is in the past. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv
Classes in org.hibernate.validator.internal.constraintvalidators.hv that implement HibernateConstraintValidator Modifier and Type Class Description classAbstractScriptAssertValidator<A extends Annotation,T>classParameterScriptAssertValidatorValidator for theParameterScriptAssertconstraint annotation.classScriptAssertValidatorValidator for theScriptAssertconstraint annotation.
-