Class PastValidatorForJapaneseDate

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

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