public enum WireMockHelpers extends java.lang.Enum<WireMockHelpers> implements com.github.jknack.handlebars.Helper<java.lang.Object>
| Enum Constant and Description |
|---|
base64 |
date |
formData |
hostname |
jsonPath |
now |
parseDate |
pickRandom |
randomValue |
regexExtract |
size |
soapXPath |
trim |
urlEncode |
xPath |
| Modifier and Type | Method and Description |
|---|---|
static WireMockHelpers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WireMockHelpers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WireMockHelpers xPath
public static final WireMockHelpers soapXPath
public static final WireMockHelpers jsonPath
public static final WireMockHelpers randomValue
public static final WireMockHelpers hostname
public static final WireMockHelpers date
public static final WireMockHelpers now
public static final WireMockHelpers parseDate
public static final WireMockHelpers trim
public static final WireMockHelpers base64
public static final WireMockHelpers urlEncode
public static final WireMockHelpers formData
public static final WireMockHelpers regexExtract
public static final WireMockHelpers size
public static final WireMockHelpers pickRandom
public static WireMockHelpers[] values()
for (WireMockHelpers c : WireMockHelpers.values()) System.out.println(c);
public static WireMockHelpers valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null