java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator<jakarta.validation.constraints.Future,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator<YearMonth>
org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYearMonth
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.Future,YearMonth>, HibernateConstraintValidator<jakarta.validation.constraints.Future,YearMonth>

public class FutureValidatorForYearMonth extends AbstractFutureJavaTimeValidator<YearMonth>
Check that the java.time.YearMonth passed is in the future.
Author:
Guillaume Smet
  • Constructor Details

    • FutureValidatorForYearMonth

      public FutureValidatorForYearMonth()
  • Method Details