Uses of Interface
org.springframework.cloud.contract.stubrunner.HttpServerStubConfigurer
Packages that use HttpServerStubConfigurer
Package
Description
-
Uses of HttpServerStubConfigurer in org.springframework.cloud.contract.stubrunner
Classes in org.springframework.cloud.contract.stubrunner that implement HttpServerStubConfigurerModifier and TypeClassDescriptionstatic classImplementation that does nothing.Fields in org.springframework.cloud.contract.stubrunner declared as HttpServerStubConfigurerModifier and TypeFieldDescriptionfinal HttpServerStubConfigurerHttpServerStubConfiguration.configurerAllows to perform additional configuration of the HTTP Server stub.static HttpServerStubConfigurerHttpServerStubConfigurer.NoOpHttpServerStubConfigurer.INSTANCESingleton instance.Methods in org.springframework.cloud.contract.stubrunner that return types with arguments of type HttpServerStubConfigurerModifier and TypeMethodDescriptionClass<? extends HttpServerStubConfigurer>StubRunnerOptions.getHttpServerStubConfigurer()Constructors in org.springframework.cloud.contract.stubrunner with parameters of type HttpServerStubConfigurerModifierConstructorDescriptionHttpServerStubConfiguration(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 HttpServerStubConfigurerModifier and TypeMethodDescriptionStubRunnerExtension.withHttpServerStubConfigurer(Class<? extends HttpServerStubConfigurer> httpServerStubConfigurer) StubRunnerRule.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 HttpServerStubConfigurerModifier and TypeClassDescriptionclassTyped implementation ofHttpServerStubConfigurerfor WireMock'sWireMockConfiguration.