As per this discussion: https://github.com/FasterXML/jackson-databind/pull/6045#issuecomment-5028071274 JsonPointer should have a new method with signature: ```java public boolean startsWith(JsonPointer other) ``` pr #1636 has an impl of startsWith, and a new test class.
As per this discussion:
FasterXML/jackson-databind#6045 (comment)
JsonPointer should have a new method with signature:
pr #1636 has an impl of startsWith, and a new test class.