Uses of Interface
org.springframework.cloud.contract.stubrunner.HttpServerStub
-
Packages that use HttpServerStub Package Description org.springframework.cloud.contract.stubrunner org.springframework.cloud.contract.stubrunner.provider.wiremock -
-
Uses of HttpServerStub in org.springframework.cloud.contract.stubrunner
Methods in org.springframework.cloud.contract.stubrunner that return HttpServerStub Modifier and Type Method Description HttpServerStubHttpServerStub. registerMappings(Collection<File> stubFiles)Registers the stub files in the HTTP server stub.default HttpServerStubHttpServerStub. reset()Resets the server.HttpServerStubHttpServerStub. start(HttpServerStubConfiguration configuration)Starts the server.HttpServerStubHttpServerStub. stop()Stops the server. -
Uses of HttpServerStub in org.springframework.cloud.contract.stubrunner.provider.wiremock
Classes in org.springframework.cloud.contract.stubrunner.provider.wiremock that implement HttpServerStub Modifier and Type Class Description classWireMockHttpServerStubAbstraction over WireMock as a HTTP Server Stub.Methods in org.springframework.cloud.contract.stubrunner.provider.wiremock that return HttpServerStub Modifier and Type Method Description HttpServerStubWireMockHttpServerStub. registerMappings(Collection<File> stubFiles)HttpServerStubWireMockHttpServerStub. reset()HttpServerStubWireMockHttpServerStub. start(HttpServerStubConfiguration configuration)HttpServerStubWireMockHttpServerStub. stop()
-