private IsJsonObject()

in jackson/src/main/java/com/spotify/hamcrest/jackson/IsJsonObject.java [53:56]


  private IsJsonObject(final LinkedHashMap<String, Matcher<? super JsonNode>> entryMatchers) {
    super(JsonNodeType.OBJECT);
    this.entryMatchers = Objects.requireNonNull(entryMatchers);
  }