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 TypeClassDescriptionclass
Base class for all@Future
validators that use anInstant
to be compared to the time reference.class
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. -
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 TypeClassDescriptionclass
Base class for all@FutureOrPresent
validators that use anInstant
to be compared to the time reference.class
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. -
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 TypeClassDescriptionclass
Base class for all@Past
validators that use anInstant
to be compared to the time reference.class
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. -
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 TypeClassDescriptionclass
Base class for all@PastOrPresent
validators that use anInstant
to be compared to the time reference.class
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.