Class StoreBackedStubMappings
java.lang.Object
com.github.tomakehurst.wiremock.stubbing.AbstractStubMappings
com.github.tomakehurst.wiremock.stubbing.StoreBackedStubMappings
- All Implemented Interfaces:
StubMappings
- Direct Known Subclasses:
InMemoryStubMappings
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.stubbing.AbstractStubMappings
customMatchers, filesFileSource, scenarios, serveEventListeners, store, stubLifecycleListeners, transformers, v2transformers -
Constructor Summary
ConstructorsConstructorDescriptionStoreBackedStubMappings(StubMappingStore store, Scenarios scenarios, Map<String, RequestMatcherExtension> customMatchers, Map<String, ResponseDefinitionTransformer> transformers, Map<String, ResponseDefinitionTransformerV2> v2transformers, BlobStore filesBlobStore, List<StubLifecycleListener> stubLifecycleListeners, Map<String, ServeEventListener> serveEventListeners) -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.stubbing.AbstractStubMappings
addMapping, editMapping, findByMetadata, get, getAll, getAllScenarios, removeMapping, reset, resetScenarios, serveFor
-
Constructor Details
-
StoreBackedStubMappings
public StoreBackedStubMappings(StubMappingStore store, Scenarios scenarios, Map<String, RequestMatcherExtension> customMatchers, Map<String, ResponseDefinitionTransformer> transformers, Map<String, ResponseDefinitionTransformerV2> v2transformers, BlobStore filesBlobStore, List<StubLifecycleListener> stubLifecycleListeners, Map<String, ServeEventListener> serveEventListeners)
-