Class PastOrPresentValidatorForOffsetTime

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

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