Dirk Bolte
09/30/2025, 8:43 PM{
"request": {
"cookies": {
"my_profile": {
"gte": "10"
}
}
}
}
When implementing this in the state extension, I would have inherited from StringValuePattern - but unfortunately JsonDeserialization doesn't allow any extension thereof. So:
Is there any other alternative to achieve these matchers with built-in functionalities? If not: would it be ok to provide a PR for StringValuePattern (in 4.0.0) to make it more extensible. Or, alternatively, would this (and similar) numeric matchers be a sensible addition to wiremock core and would it be ok if I provide PR to contribute these?Tom
10/01/2025, 8:40 AMDirk Bolte
10/01/2025, 8:42 AMTom
10/01/2025, 8:43 AM