Class FutureOrPresentValidatorForYearMonth

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator<jakarta.validation.constraints.FutureOrPresent,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator<YearMonth>
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYearMonth
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.FutureOrPresent,YearMonth>, HibernateConstraintValidator<jakarta.validation.constraints.FutureOrPresent,YearMonth>

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

    • FutureOrPresentValidatorForYearMonth

      public FutureOrPresentValidatorForYearMonth()
  • Method Details