Class DayOfWeekRangeConfigurator.ForLocalDate

java.lang.Object
net.jqwik.api.configurators.ArbitraryConfiguratorBase
net.jqwik.time.internal.properties.configurators.DayOfWeekRangeConfigurator.ForLocalDate
All Implemented Interfaces:
Comparable<net.jqwik.api.configurators.ArbitraryConfigurator>, net.jqwik.api.configurators.ArbitraryConfigurator
Enclosing class:
DayOfWeekRangeConfigurator

public static class DayOfWeekRangeConfigurator.ForLocalDate extends net.jqwik.api.configurators.ArbitraryConfiguratorBase
  • Constructor Details

    • ForLocalDate

      public ForLocalDate()
  • Method Details

    • acceptTargetType

      protected boolean acceptTargetType(net.jqwik.api.providers.TypeUsage targetType)
      Overrides:
      acceptTargetType in class net.jqwik.api.configurators.ArbitraryConfiguratorBase
    • configure

      public net.jqwik.api.Arbitrary<LocalDate> configure(net.jqwik.api.Arbitrary<LocalDate> arbitrary, DayOfWeekRange range)