Class FutureOrPresentValidatorForLocalTime

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

public class FutureOrPresentValidatorForLocalTime extends AbstractFutureOrPresentJavaTimeValidator<LocalTime>
Check that the java.time.LocalTime passed is in the future.
Author:
Guillaume Smet