-
class
Capture values while matching templates.
Use this matcher in the place of a field's value, if the field must not be present.
Matches any non-null value at the target.
Matches the specified pattern with the array found in the same relative path of the target.
Matches the specified pattern with the array found in the same relative path of the target.
Deep exact matching of the specified pattern to the target.
The matcher that had the failure.
Matches any target which does NOT follow the specified pattern.
Matches the specified pattern to an object found in the same relative path of the target.
Matches the specified pattern to an object found in the same relative path of the target.
Matches any string-encoded JSON and applies the specified pattern after parsing it.
Matches targets according to a regular expression.