Class PastOrPresentValidatorForZonedDateTime

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

public class PastOrPresentValidatorForZonedDateTime extends AbstractPastOrPresentJavaTimeValidator<ZonedDateTime>
Check that the java.time.ZonedDateTime passed is in the past.
Author:
Khalid Alqinyah, Guillaume Smet