| Modifier and Type | Class and Description |
|---|---|
static class |
RandomHexadecimalGenerator.Companion |
Generator.DefaultImpls| Modifier and Type | Field and Description |
|---|---|
static RandomHexadecimalGenerator.Companion |
Companion |
| Constructor and Description |
|---|
RandomHexadecimalGenerator(int digits)
Generates a random hexadecimal value of the given number of digits
|
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
RandomHexadecimalGenerator |
copy(int digits)
Generates a random hexadecimal value of the given number of digits
|
boolean |
equals(java.lang.Object p) |
java.lang.Object |
generate(java.util.Map<java.lang.String,? extends java.lang.Object> context) |
int |
getDigits() |
int |
hashCode() |
java.util.Map<java.lang.String,java.lang.Object> |
toMap(PactSpecVersion pactSpecVersion) |
java.lang.String |
toString() |
correspondsToMode, generate, toMappublic static RandomHexadecimalGenerator.Companion Companion
public RandomHexadecimalGenerator(int digits)
Generates a random hexadecimal value of the given number of digits
public java.util.Map<java.lang.String,java.lang.Object> toMap(PactSpecVersion pactSpecVersion)
public java.lang.Object generate(java.util.Map<java.lang.String,? extends java.lang.Object> context)
public int getDigits()
public int component1()
public RandomHexadecimalGenerator copy(int digits)
Generates a random hexadecimal value of the given number of digits
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)