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