Class PastOrPresentValidatorForZonedDateTime

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator<jakarta.validation.constraints.PastOrPresent,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator<ZonedDateTime>
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForZonedDateTime
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.PastOrPresent,ZonedDateTime>, HibernateConstraintValidator<jakarta.validation.constraints.PastOrPresent,ZonedDateTime>

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

    • PastOrPresentValidatorForZonedDateTime

      public PastOrPresentValidatorForZonedDateTime()
  • Method Details