Class ValidatorZonedDateTimeBefore

    • Constructor Detail

      • ValidatorZonedDateTimeBefore

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

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