Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
Packages that use AbstractInstantBasedTimeValidator
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 AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Subclasses of AbstractInstantBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureModifier and TypeClassDescriptionclassBase class for all@Futurevalidators that use anInstantto be compared to the time reference.classCheck that thejava.util.Calendarpassed to be validated is in the future.classCheck 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.futureorpresentModifier and TypeClassDescriptionclassBase class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.classCheck that thejava.util.Calendarpassed to be validated is in the future.classCheck 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.pastModifier and TypeClassDescriptionclassBase class for all@Pastvalidators that use anInstantto be compared to the time reference.classCheck that thejava.util.Calendarpassed to be validated is in the past.classCheck 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.pastorpresentModifier and TypeClassDescriptionclassBase class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.classCheck that thejava.util.Calendarpassed to be validated is in the past.classCheck that thejava.util.Datepassed to be validated is in the past.