Class SnapshotStubMappingPostProcessor

java.lang.Object
com.github.tomakehurst.wiremock.recording.SnapshotStubMappingPostProcessor

public class SnapshotStubMappingPostProcessor extends Object
Performs stateful post-processing tasks on stub mappings generated from ServeEvents: 1. Detect duplicate requests and either discard them or turn them into scenarios 2. Extract response bodies to a separate file, if applicable 3. Run any applicable StubMappingTransformers against the stub mappings