Class FutureValidatorForReadableInstant
java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator<Future,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator<org.joda.time.ReadableInstant>
org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadableInstant
- All Implemented Interfaces:
ConstraintValidator<Future,
,org.joda.time.ReadableInstant> HibernateConstraintValidator<Future,
org.joda.time.ReadableInstant>
public class FutureValidatorForReadableInstant
extends AbstractFutureEpochBasedValidator<org.joda.time.ReadableInstant>
Check if Joda Time type who implements
import org.joda.time.ReadableInstant
is in the future.- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Guillaume Smet
-
Field Summary
Fields inherited from class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
referenceClock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected long
getEpochMillis
(org.joda.time.ReadableInstant value, Clock reference) Returns the millisecond based instant measured from Epoch.Methods inherited from class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
getEffectiveTemporalValidationTolerance, isValid
Methods inherited from class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
initialize, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.validation.ConstraintValidator
initialize
-
Constructor Details
-
FutureValidatorForReadableInstant
public FutureValidatorForReadableInstant()
-
-
Method Details
-
getEpochMillis
Description copied from class:AbstractEpochBasedTimeValidator
Returns the millisecond based instant measured from Epoch. In the case of partials requiring a time reference, we use theClock
provided by theClockProvider
.- Specified by:
getEpochMillis
in classAbstractEpochBasedTimeValidator<Future,
org.joda.time.ReadableInstant>
-