Class PastOrPresentValidatorForLocalTime

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

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