114115116117118119120
* * @param matcher The matcher to use for evaluation * @return The new matcher */ public static TypeSafeMatcher<JsonNode> withSize(Matcher<Integer> matcher) { return new WithSize(matcher); }