Uses of Class
org.glassfish.json.NodeReference
-
Packages that use NodeReference Package Description org.glassfish.json -
-
Uses of NodeReference in org.glassfish.json
Subclasses of NodeReference in org.glassfish.json Modifier and Type Class Description (package private) static classNodeReference.ArrayReference(package private) static classNodeReference.ObjectReference(package private) static classNodeReference.RootReferenceMethods in org.glassfish.json that return NodeReference Modifier and Type Method Description private 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 NodeReferenceNodeReference. of(JsonArray array, int index)Returns aNodeReferencefor a member value in a JSON array.static NodeReferenceNodeReference. of(JsonObject object, java.lang.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 NodeReference Modifier and Type Method Description private JsonStructureJsonPointerImpl. execute(java.util.function.BiFunction<NodeReference,JsonValue,JsonStructure> op, JsonStructure target, JsonValue value)Executes the operation
-