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

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