Class AbstractInstantBasedTimeValidator<C extends Annotation,T>

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator<C,T>
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<C,T>, HibernateConstraintValidator<C,T>
Direct Known Subclasses:
AbstractFutureInstantBasedValidator, AbstractFutureOrPresentInstantBasedValidator, AbstractPastInstantBasedValidator, AbstractPastOrPresentInstantBasedValidator

public abstract class AbstractInstantBasedTimeValidator<C extends Annotation,T> extends Object implements HibernateConstraintValidator<C,T>
Base class for all time validators that use an Instant to be compared to the time reference.
Author:
Alaa Nassef, Guillaume Smet