Uses of Class
cloud.opencode.base.json.path.JsonPointer
Packages that use JsonPointer
Package
Description
OpenCode JSON - Unified JSON Processing Facade
OpenCode JSON - 统一 JSON 处理门面
JSON Path - JSONPath and JSON Pointer Support
JSON Path - JSONPath 和 JSON Pointer 支持
-
Uses of JsonPointer in cloud.opencode.base.json
Methods in cloud.opencode.base.json with parameters of type JsonPointerModifier and TypeMethodDescriptiondefault JsonNodeJsonNode.at(JsonPointer pointer) Navigates to a node using JsonPointer. -
Uses of JsonPointer in cloud.opencode.base.json.path
Fields in cloud.opencode.base.json.path declared as JsonPointerModifier and TypeFieldDescriptionstatic final JsonPointerJsonPointer.ROOTEmpty/root pointer 空/根指针Methods in cloud.opencode.base.json.path that return JsonPointerModifier and TypeMethodDescriptionJsonPointer.append(int index) Appends an array index to this pointer.Appends a property name to this pointer.static JsonPointerCreates a JsonPointer from reference tokens.static JsonPointerCreates a JsonPointer from reference tokens.JsonPointer.parent()Returns the parent pointer.static JsonPointerParses a JSON Pointer string.