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 class
Methods in org.glassfish.json that return NodeReferenceModifier and TypeMethodDescriptionprivate NodeReference[]
JsonPointerImpl.getReferences
(JsonStructure target) Computes theNodeReference
s for each node on the path of the JSON Pointer, in reverse order, starting from the leaf nodestatic NodeReference
Returns aNodeReference
for a member value in a JSON array.static NodeReference
NodeReference.of
(JsonObject object, String name) Returns aNodeReference
for a name/value pair in a JSON object.static NodeReference
NodeReference.of
(JsonStructure structure) Returns aNodeReference
for aJsonStructure
.Method parameters in org.glassfish.json with type arguments of type NodeReferenceModifier and TypeMethodDescriptionprivate JsonStructure
JsonPointerImpl.execute
(BiFunction<NodeReference, JsonValue, JsonStructure> op, JsonStructure target, JsonValue value) Executes the operation