Class ValidatorOffsetDateTimeBefore

    • Constructor Detail

      • ValidatorOffsetDateTimeBefore

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

        public ValidatorOffsetDateTimeBefore​(OffsetDateTime value)
        The constructor.
        Parameters:
        value - the value to compare to.