Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
Packages that use AbstractEpochBasedTimeValidator
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.-
Uses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Subclasses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureModifier and TypeClassDescriptionclassBase class for all@Futurevalidators that use an epoch to be compared to the time reference.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future. -
Uses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Subclasses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresentModifier and TypeClassDescriptionclassBase class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future. -
Uses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Subclasses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastModifier and TypeClassDescriptionclassBase class for all@Pastvalidators that use an epoch to be compared to the time reference.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past. -
Uses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Subclasses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresentModifier and TypeClassDescriptionclassBase class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.