Class PastOrPresentValidatorForOffsetDateTime

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

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