Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
Packages that use AbstractPastOrPresentInstantBasedValidator
Package
Description
Constraint validator implementations of the Bean Validation
PastOrPresent
constraint.-
Uses of AbstractPastOrPresentInstantBasedValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Subclasses of AbstractPastOrPresentInstantBasedValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresentModifier and TypeClassDescriptionclass
Check that thejava.util.Calendar
passed to be validated is in the past.class
Check that thejava.util.Date
passed to be validated is in the past.