Class ValidatorOffsetDateTimeAfter

    • Constructor Detail

      • ValidatorOffsetDateTimeAfter

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

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