Class SnapshotStubMappingPostProcessor


  • @Deprecated(forRemoval=true)
    public class SnapshotStubMappingPostProcessor
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class will become non-public in the next major version. If you rely on it, please contact the maintainers.
    Performs stateful post-processing tasks on stub mappings generated from ServeEvents:
    1. Run any applicable StubMappingTransformers against the stub mappings.
    2. Detect duplicate requests and either discard them or turn them into scenarios.
    3. Extract response bodies to a separate file, if applicable.