Package org.hibernate.validator.internal.constraintvalidators.bv.time
Constraint validator implementations of the Bean Validation time related constraints.
-
Class Summary 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 anInstantto 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 thejava.timepackage.