Class PastValidatorForOffsetTime

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

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