public static au.com.dius.pact.core.model.generators.RandomIntGenerator.Companion Companion
public RandomIntGenerator(int min,
int max)
Generates a random integer between a min and max value
@NotNull
public java.util.Map<java.lang.String,java.lang.Object> toMap(@NotNull
PactSpecVersion pactSpecVersion)
@NotNull
public java.lang.Object generate(@NotNull
java.util.Map<java.lang.String,? extends java.lang.Object> context)
public int getMin()
public int getMax()
public int component1()
public int component2()
@NotNull public RandomIntGenerator copy(int min, int max)
Generates a random integer between a min and max value
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)