Enum Class UseTypeMode

java.lang.Object
java.lang.Enum<UseTypeMode>
net.jqwik.api.constraints.UseTypeMode
All Implemented Interfaces:
Serializable, Comparable<UseTypeMode>, Constable

@API(status=MAINTAINED, since="1.2") public enum UseTypeMode extends Enum<UseTypeMode>
  • Enum Constant Details

    • CONSTRUCTORS

      public static final UseTypeMode CONSTRUCTORS
    • FACTORIES

      public static final UseTypeMode FACTORIES
    • PUBLIC_CONSTRUCTORS

      public static final UseTypeMode PUBLIC_CONSTRUCTORS
    • PUBLIC_FACTORIES

      public static final UseTypeMode PUBLIC_FACTORIES
  • Method Details

    • values

      public static UseTypeMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UseTypeMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • modify

      @API(status=INTERNAL, since="1.1") public abstract <T> TypeArbitrary<T> modify(TypeArbitrary<T> arbitrary)