Uses of Class
org.springframework.cloud.contract.wiremock.WireMockRestServiceServer
Packages that use WireMockRestServiceServer
-
Uses of WireMockRestServiceServer in org.springframework.cloud.contract.wiremock
Methods in org.springframework.cloud.contract.wiremock that return WireMockRestServiceServerModifier and TypeMethodDescriptionAdd a base url to all requests.WireMockRestServiceServer.bufferContent()Flag to tell the server to buffer the contents of the response.Add some resource locations for files that represent response bodies.WireMockRestServiceServer.ignoreExpectOrder(boolean ignoreExpectOrder) Flag to tell the MockRestServiceServer to ignore the order of calls when matching requests.Add some resource locations for stubs.If stub locations are given as a directory, then we search recursively in that directory for files with this suffix.static WireMockRestServiceServerWireMockRestServiceServer.with(org.springframework.web.client.RestTemplate restTemplate) Public factory method for wrapping a rest template into a MockRestServiceServer.