Class PastValidatorForLocalDateTime

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

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