Class FixedDateSupplier

  • All Implemented Interfaces:
    Supplier<Date>

    public class FixedDateSupplier
    extends Object
    implements Supplier<Date>
    Provides a fixed date given by the constructor.
    • Constructor Detail

      • FixedDateSupplier

        public FixedDateSupplier​(String date)
      • FixedDateSupplier

        public FixedDateSupplier​(Date date)
      • FixedDateSupplier

        public FixedDateSupplier​(String date,
                                 boolean utc)
      • FixedDateSupplier

        public FixedDateSupplier​(Instant instant)