C G I R T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.epages.restdocs - package com.epages.restdocs
G
- getPath() - Method in class com.epages.restdocs.ResponseFieldTemplateDescriptor
- getUriTemplateVariableName() - Method in class com.epages.restdocs.ResponseFieldTemplateDescriptor
- getWireMockTemplateExpression() - Method in class com.epages.restdocs.ResponseFieldTemplateDescriptor
I
- idFieldReplacedWithPathParameterValue() - Static method in class com.epages.restdocs.WireMockDocumentation
-
Convenience factory method for the common use case of replacing the id with the path parameter Assumes that the id field can be found at the field
idand the path contains the id at the second position
R
- replacedWithUriTemplateVariableValue(String) - Method in class com.epages.restdocs.ResponseFieldTemplateDescriptor
-
The name of the URI template variable to use as a replacement.
- replacedWithWireMockTemplateExpression(String) - Method in class com.epages.restdocs.ResponseFieldTemplateDescriptor
-
Use a WireMock response template expression to replace the value at
path. - ResponseFieldTemplateDescriptor - Class in com.epages.restdocs
- ResponseFieldTemplateDescriptor(String) - Constructor for class com.epages.restdocs.ResponseFieldTemplateDescriptor
-
Create a descriptor defining the replacement of a response field with a response template.
- RestDocumentation - Class in com.epages.restdocs
-
Convenience helper for running Spring REST Docs in JUnit.
- RestDocumentation() - Constructor for class com.epages.restdocs.RestDocumentation
T
- templatedResponseField(String) - Static method in class com.epages.restdocs.WireMockDocumentation
U
- usingGradleDir() - Static method in class com.epages.restdocs.RestDocumentation
- usingMavenDir() - Static method in class com.epages.restdocs.RestDocumentation
W
- WireMockDocumentation - Class in com.epages.restdocs
-
Wrapper around the static API from
MockMvcRestDocumentation, to integrate generation of WireMock stubs. - WireMockDocumentation() - Constructor for class com.epages.restdocs.WireMockDocumentation
- wiremockJson(ResponseFieldTemplateDescriptor...) - Static method in class com.epages.restdocs.WireMockDocumentation
-
Returns a json
Snippetthat will generate the WireMock stub from the API operation.
All Classes All Packages