Class PastOrPresentValidatorForLocalDate

All Implemented Interfaces:
ConstraintValidator<PastOrPresent,LocalDate>, HibernateConstraintValidator<PastOrPresent,LocalDate>

public class PastOrPresentValidatorForLocalDate extends AbstractPastOrPresentJavaTimeValidator<LocalDate>
Check that the java.time.LocalDate passed is in the past.
Author:
Guillaume Smet