in jackson/src/main/java/com/spotify/hamcrest/jackson/IsJsonText.java [37:40]
private IsJsonText(final Matcher<? super String> textMatcher) { super(JsonNodeType.STRING); this.textMatcher = Objects.requireNonNull(textMatcher); }