Class PastOrPresentValidatorForYearMonth

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

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

    • PastOrPresentValidatorForYearMonth

      public PastOrPresentValidatorForYearMonth()
  • Method Details