- escapedBody() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Request body text (avoid for non-text bodies) e.g.
- escapedBody(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Request body text for the given JsonPath.
- escapedClosingTemplate() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Handlebars is using the Mustache template thus it looks like this
{{{ Mustache }}}.
- escapedCookie(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Retruns the template for retrieving the escaped first value of a cookie with certain key
- escapedHeader(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving the escaped first value of a request header e.g.
- escapedHeader(String, int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving the esacaped nth value of a request header (zero indexed) e.g.
- escapedOpeningTemplate() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Handlebars is using the Mustache template thus it looks like this
{{{ Mustache }}}.
- escapedPath() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving a escaped URL path
- escapedPath(int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving escaped nth value of a URL path (zero indexed) e.g.
- escapedQuery(String) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving escaped first value of a query parameter e.g.
- escapedQuery(String, int) - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving esacped nth value of a query parameter (zero indexed) e.g.
- escapedUrl() - Method in interface org.springframework.cloud.contract.spec.ContractTemplate
-
Returns the template for retrieving a escaped URL path and query from request