Class FutureOrPresentValidatorForLocalDateTime

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

public class FutureOrPresentValidatorForLocalDateTime extends AbstractFutureOrPresentJavaTimeValidator<LocalDateTime>
Check that the java.time.LocalDateTime passed is in the future.
Author:
Guillaume Smet