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 TypeClassDescriptionclass
Base class for all@Future
validators that use an epoch to be compared to the time reference.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the future.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is 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 TypeClassDescriptionclass
Base class for all@FutureOrPresent
validators that use an epoch to be compared to the time reference.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the future.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is 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 TypeClassDescriptionclass
Base class for all@Past
validators that use an epoch to be compared to the time reference.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the past.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is 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 TypeClassDescriptionclass
Base class for all@PastOrPresent
validators that use an epoch to be compared to the time reference.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the past.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is in the past.