Class StubMappingJsonRecorder
- java.lang.Object
-
- com.github.tomakehurst.wiremock.stubbing.StubMappingJsonRecorder
-
- All Implemented Interfaces:
RequestListener
@Deprecated public class StubMappingJsonRecorder extends java.lang.Object implements RequestListener
Deprecated.this is the legacy recorder and will be removed before 3.x is out of beta
-
-
Constructor Summary
Constructors Constructor Description StubMappingJsonRecorder(BlobStore mappingsBlobStore, BlobStore filesBlobStore, Admin admin, java.util.List<CaseInsensitiveKey> headersToMatch)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidrequestReceived(Request request, Response response)Deprecated.voidsetIdGenerator(IdGenerator idGenerator)Deprecated.
-
-
-
Constructor Detail
-
StubMappingJsonRecorder
public StubMappingJsonRecorder(BlobStore mappingsBlobStore, BlobStore filesBlobStore, Admin admin, java.util.List<CaseInsensitiveKey> headersToMatch)
Deprecated.
-
-
Method Detail
-
requestReceived
public void requestReceived(Request request, Response response)
Deprecated.- Specified by:
requestReceivedin interfaceRequestListener
-
setIdGenerator
public void setIdGenerator(IdGenerator idGenerator)
Deprecated.
-
-