Class FutureOrPresentValidatorForYearMonth

All Implemented Interfaces:
ConstraintValidator<FutureOrPresent,YearMonth>, HibernateConstraintValidator<FutureOrPresent,YearMonth>

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