Class PastValidatorForThaiBuddhistDate

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator<jakarta.validation.constraints.Past,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator<ThaiBuddhistDate>
org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForThaiBuddhistDate
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.Past,ThaiBuddhistDate>, HibernateConstraintValidator<jakarta.validation.constraints.Past,ThaiBuddhistDate>

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