All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.Past,YearMonth>, HibernateConstraintValidator<jakarta.validation.constraints.Past,YearMonth>

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

    • PastValidatorForYearMonth

      public PastValidatorForYearMonth()
  • Method Details