Uses of Interface
org.springframework.cloud.contract.stubrunner.HttpServerStubConfigurer
-
-
Uses of HttpServerStubConfigurer in org.springframework.cloud.contract.stubrunner
Classes in org.springframework.cloud.contract.stubrunner that implement HttpServerStubConfigurer Modifier and Type Class Description static classHttpServerStubConfigurer.NoOpHttpServerStubConfigurerImplementation that does nothing.Fields in org.springframework.cloud.contract.stubrunner declared as HttpServerStubConfigurer Modifier and Type Field Description HttpServerStubConfigurerHttpServerStubConfiguration. configurerAllows to perform additional configuration of the HTTP Server stub.static HttpServerStubConfigurerHttpServerStubConfigurer.NoOpHttpServerStubConfigurer. INSTANCEMethods in org.springframework.cloud.contract.stubrunner that return types with arguments of type HttpServerStubConfigurer Modifier and Type Method Description Class<? extends HttpServerStubConfigurer>StubRunnerOptions. getHttpServerStubConfigurer()Constructors in org.springframework.cloud.contract.stubrunner with parameters of type HttpServerStubConfigurer Constructor Description HttpServerStubConfiguration(HttpServerStubConfigurer configurer, StubRunnerOptions stubRunnerOptions, StubConfiguration stubConfiguration, Integer port)HttpServerStubConfiguration(HttpServerStubConfigurer configurer, StubRunnerOptions stubRunnerOptions, StubConfiguration stubConfiguration, Integer port, boolean randomPort) -
Uses of HttpServerStubConfigurer in org.springframework.cloud.contract.stubrunner.junit
Method parameters in org.springframework.cloud.contract.stubrunner.junit with type arguments of type HttpServerStubConfigurer Modifier and Type Method Description StubRunnerExtensionStubRunnerExtension. withHttpServerStubConfigurer(Class<? extends HttpServerStubConfigurer> httpServerStubConfigurer)StubRunnerRuleStubRunnerRule. withHttpServerStubConfigurer(Class<? extends HttpServerStubConfigurer> httpServerStubConfigurer) -
Uses of HttpServerStubConfigurer in org.springframework.cloud.contract.stubrunner.provider.wiremock
Classes in org.springframework.cloud.contract.stubrunner.provider.wiremock that implement HttpServerStubConfigurer Modifier and Type Class Description classWireMockHttpServerStubConfigurerTyped implementation ofHttpServerStubConfigurerfor WireMock'sWireMockConfiguration. -
Uses of HttpServerStubConfigurer in org.springframework.cloud.contract.stubrunner.spring
Methods in org.springframework.cloud.contract.stubrunner.spring that return types with arguments of type HttpServerStubConfigurer Modifier and Type Method Description Class<? extends HttpServerStubConfigurer>httpServerStubConfigurer()Configuration for an HTTP server stub.
-