Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
Packages that use AbstractInstantBasedTimeValidator Package Description 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. -
-
Uses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Subclasses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future Modifier and Type Class Description classAbstractFutureInstantBasedValidator<T>Base class for all@Futurevalidators that use anInstantto be compared to the time reference.classFutureValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the future.classFutureValidatorForDateCheck that thejava.util.Datepassed to be validated is in the future. -
Uses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Subclasses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent Modifier and Type Class Description classAbstractFutureOrPresentInstantBasedValidator<T>Base class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.classFutureOrPresentValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the future.classFutureOrPresentValidatorForDateCheck that thejava.util.Datepassed to be validated is in the future. -
Uses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Subclasses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past Modifier and Type Class Description classAbstractPastInstantBasedValidator<T>Base class for all@Pastvalidators that use anInstantto be compared to the time reference.classPastValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the past.classPastValidatorForDateCheck that thejava.util.Datepassed to be validated is in the past. -
Uses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Subclasses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent Modifier and Type Class Description classAbstractPastOrPresentInstantBasedValidator<T>Base class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.classPastOrPresentValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the past.classPastOrPresentValidatorForDateCheck that thejava.util.Datepassed to be validated is in the past.
-