public abstract class AbstractFutureOrPresentInstantBasedValidator<T> extends AbstractInstantBasedTimeValidator<FutureOrPresent,T>
@FutureOrPresent validators that use an Instant to be compared to the time reference.referenceClock| Constructor and Description |
|---|
AbstractFutureOrPresentInstantBasedValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected Duration |
getEffectiveTemporalValidationTolerance(Duration absoluteTemporalValidationTolerance)
Returns the temporal validation tolerance to apply.
|
protected boolean |
isValid(int result)
Returns whether the result of the comparison between the validated value and the time reference is considered
valid.
|
getInstant, initialize, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic AbstractFutureOrPresentInstantBasedValidator()
protected boolean isValid(int result)
AbstractInstantBasedTimeValidatorisValid in class AbstractInstantBasedTimeValidator<FutureOrPresent,T>protected Duration getEffectiveTemporalValidationTolerance(Duration absoluteTemporalValidationTolerance)
AbstractInstantBasedTimeValidatorgetEffectiveTemporalValidationTolerance in class AbstractInstantBasedTimeValidator<FutureOrPresent,T>Copyright © 2019 JBoss by Red Hat. All rights reserved.