Class WasmBodyMatcher

All Implemented Interfaces:
Matcher<String>

public class WasmBodyMatcher extends BodyMatcher<String>
Body matcher that delegates matching to a WASM module loaded in the WasmStore.

When WASM support is disabled (wasmEnabled=false), the matcher always returns false (no match) — consistent with the fail-closed design.

Fails closed: returns false if the module is not loaded or throws.