See: Description
Class | Description |
---|---|
AbstractEpochBasedTimeValidator<C extends Annotation,T> |
Base class for all time validators that use an epoch to be compared to the time reference.
|
AbstractInstantBasedTimeValidator<C extends Annotation,T> |
Base class for all time validators that use an
Instant to be compared to the time reference. |
AbstractJavaTimeValidator<C extends Annotation,T extends TemporalAccessor & Comparable<? super T>> |
Base class for all time validators that are based on the
java.time package. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.