93949596979899
* * @param matcher The matcher to use for evaluation * @return The new matcher */ public static TypeSafeMatcher<JsonNode> containingValue(Matcher<?> matcher) { return new ContainingValue(matcher); }