Searched refs:jsonPointer (Results 1 – 2 of 2) sorted by relevance
201 boolean jsonPointer = false; in of()204 jsonPointer = true; in of()212 if (fragmentPartIndex == 0 && jsonPointer) { in of()
228 String jsonPointer = ref; in getRefSchemaNode() local231 jsonPointer = refValue; in getRefSchemaNode()233 if (jsonPointer.startsWith("#/")) { in getRefSchemaNode()234 jsonPointer = jsonPointer.substring(1); in getRefSchemaNode()237 if (jsonPointer.startsWith("/")) { in getRefSchemaNode()239 jsonPointer = URLDecoder.decode(jsonPointer, "utf-8"); in getRefSchemaNode()244 node = node.at(jsonPointer); in getRefSchemaNode()