Class PastOrPresentValidatorForMonthDay

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<MonthDay>
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMonthDay
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.PastOrPresent,MonthDay>, HibernateConstraintValidator<jakarta.validation.constraints.PastOrPresent,MonthDay>

public class PastOrPresentValidatorForMonthDay extends AbstractPastOrPresentJavaTimeValidator<MonthDay>
Check that the java.time.MonthDay passed is in the past.
Author:
Guillaume Smet
  • Constructor Details

    • PastOrPresentValidatorForMonthDay

      public PastOrPresentValidatorForMonthDay()
  • Method Details