Class AbstractPastOrPresentInstantBasedValidator<T>

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator<PastOrPresent,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator<T>
All Implemented Interfaces:
ConstraintValidator<PastOrPresent,T>, HibernateConstraintValidator<PastOrPresent,T>
Direct Known Subclasses:
PastOrPresentValidatorForCalendar, PastOrPresentValidatorForDate

public abstract class AbstractPastOrPresentInstantBasedValidator<T> extends AbstractInstantBasedTimeValidator<PastOrPresent,T>
Base class for all @PastOrPresent validators that use an Instant to be compared to the time reference.
Author:
Alaa Nassef, Guillaume Smet