Package org.mockserver.persistence
package org.mockserver.persistence
-
ClassesClassDescriptionOpt-in post-processing of recorded (proxy SPY/CAPTURE) expectations that (a) deduplicates structurally-identical recorded request/response pairs, keeping a single representative, and (b) templatizes variable path segments so that, for example, recorded calls to
/users/1,/users/2and/users/3collapse into a single expectation that matches/users/{id}(a declared MockServer path parameter, which the matcher normalises to a.*regex segment).