Class ValidatorOffsetDateTimeFuture
java.lang.Object
io.github.mmm.validation.AbstractValidator<OffsetDateTime>
io.github.mmm.validation.AbstractValueValidator<OffsetDateTime>
io.github.mmm.validation.temporal.ValidatorTemporalFuture<OffsetDateTime>
io.github.mmm.validation.temporal.offsetdatetime.ValidatorOffsetDateTimeFuture
- All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>
,Validator<OffsetDateTime>
,Iterable<Validator<?>>
Implementation of
ValidatorTemporalFuture
for OffsetDateTime
.- Since:
- 1.0.0
-
Field Summary
Fields inherited from class io.github.mmm.validation.temporal.ValidatorTemporalFuture
ID
Fields inherited from interface io.github.mmm.validation.Validator
ID_MANDATORY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.mmm.validation.temporal.ValidatorTemporalFuture
getId, validateNotNull
Methods inherited from class io.github.mmm.validation.AbstractValueValidator
validate, validateNull
Methods inherited from class io.github.mmm.validation.AbstractValidator
equals, getChild, getChildCount, hashCode, isDynamic, source2string, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.mmm.base.lang.Composable
iterator
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.github.mmm.validation.Validator
append, append, containsId, getChild, getMax, getMin, getRange, isMandatory, validate
-
Constructor Details
-
ValidatorOffsetDateTimeFuture
public ValidatorOffsetDateTimeFuture()
-
-
Method Details
-
isFuture
- Specified by:
isFuture
in classValidatorTemporalFuture<OffsetDateTime>
- Parameters:
value
- the date to check.- Returns:
true
if in future,false
otherwise.
-