| Class | Description |
|---|---|
| HandlebarsHelper<T> |
This abstract class is the base for all defined Handlebars helper in wiremock.
|
| HandlebarsJsonPathHelper | |
| HandlebarsSoapHelper |
This class uses HandlebarsXmlHelper as a base an just set a prefix which reduce the written handlebars helper to the
relevant part
|
| HandlebarsXPathHelper |
This class uses javax.xml.xpath.* for reading a xml via xPath so that the result can be used for response
templating.
|
| JsonData<T> | |
| JsonData.ListJsonData | |
| JsonData.MapJsonData |
| Enum | Description |
|---|---|
| WiremockHelpers |
This enum is implemented similar to the StringHelpers of handlebars.
|