Class PastOrPresentValidatorForLocalDateTime

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

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