Class PastOrPresentValidatorForReadableInstant

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

public class PastOrPresentValidatorForReadableInstant extends AbstractPastOrPresentEpochBasedValidator<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

    • PastOrPresentValidatorForReadableInstant

      public PastOrPresentValidatorForReadableInstant()
  • Method Details