Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Packages that use org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent Package Description org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent Constraint validator implementations of the Bean ValidationPastOrPresentconstraint. -
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent used by org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent Class Description AbstractPastOrPresentEpochBasedValidator Base class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.AbstractPastOrPresentInstantBasedValidator Base class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.AbstractPastOrPresentJavaTimeValidator Base class for all@PastOrPresentvalidators that are based on thejava.timepackage.