Class PastOrPresentValidatorForJapaneseDate

All Implemented Interfaces:
ConstraintValidator<PastOrPresent,JapaneseDate>, HibernateConstraintValidator<PastOrPresent,JapaneseDate>

public class PastOrPresentValidatorForJapaneseDate extends AbstractPastOrPresentJavaTimeValidator<JapaneseDate>
Check that the java.time.chrono.JapaneseDate passed is in the past.
Author:
Guillaume Smet