Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
Packages that use AbstractFutureInstantBasedValidator
Package
Description
Constraint validator implementations of the Bean Validation
Future
constraint.-
Uses of AbstractFutureInstantBasedValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Subclasses of AbstractFutureInstantBasedValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureModifier 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.