Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Packages that use org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent Package Description org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent Constraint validator implementations of the Bean ValidationFutureOrPresentconstraint. -
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent used by org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent Class Description AbstractFutureOrPresentEpochBasedValidator Base class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.AbstractFutureOrPresentInstantBasedValidator Base class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.AbstractFutureOrPresentJavaTimeValidator Base class for all@FutureOrPresentvalidators that are based on thejava.timepackage.