Class PastValidatorForReadableInstant

All Implemented Interfaces:
ConstraintValidator<Past,org.joda.time.ReadableInstant>, HibernateConstraintValidator<Past,org.joda.time.ReadableInstant>

public class PastValidatorForReadableInstant extends AbstractPastEpochBasedValidator<org.joda.time.ReadableInstant>
Check if Joda Time type who implements import org.joda.time.ReadableInstant is in the past.
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Guillaume Smet
  • Constructor Details

    • PastValidatorForReadableInstant

      public PastValidatorForReadableInstant()
  • Method Details