Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Packages that use org.hibernate.validator.internal.constraintvalidators.bv.time.future Package Description org.hibernate.validator.internal.constraintvalidators.bv.time.future Constraint validator implementations of the Bean ValidationFutureconstraint. -
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.future used by org.hibernate.validator.internal.constraintvalidators.bv.time.future Class Description AbstractFutureEpochBasedValidator Base class for all@Futurevalidators that use an epoch to be compared to the time reference.AbstractFutureInstantBasedValidator Base class for all@Futurevalidators that use anInstantto be compared to the time reference.AbstractFutureJavaTimeValidator Base class for all@Futurevalidators that are based on thejava.timepackage.