Class ValidatorZonedDateTimeAfter

    • Constructor Detail

      • ValidatorZonedDateTimeAfter

        public ValidatorZonedDateTimeAfter​(Supplier<ZonedDateTime> valueSource)
        The constructor.
        Parameters:
        valueSource - the Supplier of the value to compare to.
      • ValidatorZonedDateTimeAfter

        public ValidatorZonedDateTimeAfter​(ZonedDateTime value)
        The constructor.
        Parameters:
        value - the value to compare to.