Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.time
Packages that use org.hibernate.validator.internal.constraintvalidators.bv.time
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.-
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time used by org.hibernate.validator.internal.constraintvalidators.bv.time.futureClassDescriptionBase class for all time validators that use an epoch to be compared to the time reference.Base class for all time validators that use an
Instantto be compared to the time reference.Base class for all time validators that are based on thejava.timepackage. -
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time used by org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresentClassDescriptionBase class for all time validators that use an epoch to be compared to the time reference.Base class for all time validators that use an
Instantto be compared to the time reference.Base class for all time validators that are based on thejava.timepackage. -
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time used by org.hibernate.validator.internal.constraintvalidators.bv.time.pastClassDescriptionBase class for all time validators that use an epoch to be compared to the time reference.Base class for all time validators that use an
Instantto be compared to the time reference.Base class for all time validators that are based on thejava.timepackage. -
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time used by org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresentClassDescriptionBase class for all time validators that use an epoch to be compared to the time reference.Base class for all time validators that use an
Instantto be compared to the time reference.Base class for all time validators that are based on thejava.timepackage.