Class SnapshotStubMappingBodyExtractor
- java.lang.Object
-
- com.github.tomakehurst.wiremock.recording.SnapshotStubMappingBodyExtractor
-
@Deprecated(forRemoval=true) public class SnapshotStubMappingBodyExtractor extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description SnapshotStubMappingBodyExtractor(BlobStore filesBlobStore)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidextractInPlace(StubMapping stubMapping)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
SnapshotStubMappingBodyExtractor
@Deprecated(forRemoval=true) public SnapshotStubMappingBodyExtractor(BlobStore filesBlobStore)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
extractInPlace
@Deprecated(forRemoval=true) public void extractInPlace(StubMapping stubMapping)
Deprecated, for removal: This API element is subject to removal in a future version.Extracts body of the ResponseDefinition to a file written to the files source. Modifies the ResponseDefinition to point to the file in-place.- Parameters:
stubMapping- Stub mapping to extract
-
-