Class PastOrPresentValidatorForLocalTime

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator<jakarta.validation.constraints.PastOrPresent,T>
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator<LocalTime>
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalTime
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.PastOrPresent,LocalTime>, HibernateConstraintValidator<jakarta.validation.constraints.PastOrPresent,LocalTime>

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

    • PastOrPresentValidatorForLocalTime

      public PastOrPresentValidatorForLocalTime()
  • Method Details