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