Uses of Class
org.eclipse.parsson.NodeReference
Packages that use NodeReference
-
Uses of NodeReference in org.eclipse.parsson
Subclasses of NodeReference in org.eclipse.parssonModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classMethods in org.eclipse.parsson that return NodeReferenceModifier and TypeMethodDescriptionprivate NodeReference[]JsonPointerImpl.getReferences(jakarta.json.JsonStructure target) Computes theNodeReferences for each node on the path of the JSON Pointer, in reverse order, starting from the leaf node(package private) static NodeReferenceNodeReference.of(jakarta.json.JsonArray array, int index, JsonContext jsonContext) Returns aNodeReferencefor a member value in a JSON array.(package private) static NodeReferenceNodeReference.of(jakarta.json.JsonObject object, String name, JsonContext jsonContext) Returns aNodeReferencefor a name/value pair in a JSON object.(package private) static NodeReferenceNodeReference.of(jakarta.json.JsonStructure structure) Returns aNodeReferencefor aJsonStructure.Method parameters in org.eclipse.parsson with type arguments of type NodeReferenceModifier and TypeMethodDescriptionprivate jakarta.json.JsonStructureJsonPointerImpl.execute(BiFunction<NodeReference, jakarta.json.JsonValue, jakarta.json.JsonStructure> op, jakarta.json.JsonStructure target, jakarta.json.JsonValue value) Executes the operation