See: Description
Class | Description |
---|---|
AbstractEpochBasedTimeValidator<C extends java.lang.annotation.Annotation,T> |
Base class for all time validators that use an epoch to be compared to the time reference.
|
AbstractInstantBasedTimeValidator<C extends java.lang.annotation.Annotation,T> |
Base class for all time validators that use an
Instant to be compared to the time reference. |
AbstractJavaTimeValidator<C extends java.lang.annotation.Annotation,T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>> |
Base class for all time validators that are based on the
java.time package. |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved