Class MonthRangeConfigurator.ForZonedDateTime
java.lang.Object
net.jqwik.api.configurators.ArbitraryConfiguratorBase
net.jqwik.time.internal.properties.configurators.MonthRangeConfigurator.ForZonedDateTime
- All Implemented Interfaces:
Comparable<net.jqwik.api.configurators.ArbitraryConfigurator>,net.jqwik.api.configurators.ArbitraryConfigurator
- Enclosing class:
- MonthRangeConfigurator
public static class MonthRangeConfigurator.ForZonedDateTime
extends net.jqwik.api.configurators.ArbitraryConfiguratorBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanacceptTargetType(net.jqwik.api.providers.TypeUsage targetType) net.jqwik.api.Arbitrary<ZonedDateTime>configure(net.jqwik.api.Arbitrary<ZonedDateTime> arbitrary, MonthRange range) Methods inherited from class net.jqwik.api.configurators.ArbitraryConfiguratorBase
configureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.jqwik.api.configurators.ArbitraryConfigurator
compareTo, order
-
Constructor Details
-
ForZonedDateTime
public ForZonedDateTime()
-
-
Method Details
-
acceptTargetType
protected boolean acceptTargetType(net.jqwik.api.providers.TypeUsage targetType) - Overrides:
acceptTargetTypein classnet.jqwik.api.configurators.ArbitraryConfiguratorBase
-
configure
public net.jqwik.api.Arbitrary<ZonedDateTime> configure(net.jqwik.api.Arbitrary<ZonedDateTime> arbitrary, MonthRange range)
-