Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
Packages that use AbstractFutureOrPresentInstantBasedValidator
Package
Description
Constraint validator implementations of the Bean Validation
FutureOrPresent
constraint.-
Uses of AbstractFutureOrPresentInstantBasedValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Subclasses of AbstractFutureOrPresentInstantBasedValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresentModifier and TypeClassDescriptionclass
Check that thejava.util.Calendar
passed to be validated is in the future.class
Check that thejava.util.Date
passed to be validated is in the future.