Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
Packages that use AbstractEpochBasedTimeValidator Package Description org.hibernate.validator.internal.constraintvalidators.bv.time.future Constraint validator implementations of the Bean ValidationFutureconstraint.org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent Constraint validator implementations of the Bean ValidationFutureOrPresentconstraint.org.hibernate.validator.internal.constraintvalidators.bv.time.past Constraint validator implementations of the Bean ValidationPastconstraint.org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent Constraint validator implementations of the Bean ValidationPastOrPresentconstraint. -
-
Uses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Subclasses of AbstractEpochBasedTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future Modifier and Type Class Description classAbstractFutureEpochBasedValidator<T>Base class for all@Futurevalidators that use an epoch to be compared to the time reference.classFutureValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classFutureValidatorForReadablePartialCheck 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.futureorpresent Modifier and Type Class Description classAbstractFutureOrPresentEpochBasedValidator<T>Base class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.classFutureOrPresentValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classFutureOrPresentValidatorForReadablePartialCheck 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.past Modifier and Type Class Description classAbstractPastEpochBasedValidator<T>Base class for all@Pastvalidators that use an epoch to be compared to the time reference.classPastValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classPastValidatorForReadablePartialCheck 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.pastorpresent Modifier and Type Class Description classAbstractPastOrPresentEpochBasedValidator<T>Base class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.classPastOrPresentValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classPastOrPresentValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.
-