Searched refs:mayMatchProperty (Results 1 – 2 of 2) sorted by relevance
113 assertTrue(JsonPointer.compile("/foo").mayMatchProperty()); in testProperties()119 assertTrue(JsonPointer.compile("/12").mayMatchProperty()); in testProperties()
267 public boolean mayMatchProperty() { return _matchingPropertyName != null; } in mayMatchProperty() method in JsonPointer