public class JsonNode extends SimpleNodeImpl
keys, kind, map, simpleGraphLOGGERprintDebug, printDebugElement, printMapDebug, printObjectDebug, SELF_LABEL| Constructor and Description |
|---|
JsonNode(SimpleSystem jsonSystem,
String kind,
com.google.gson.JsonElement jElement)
construct me from the given jsonElement with the given kind
|
JsonNode(SimpleSystem js,
String kind,
String[] keys)
create me
|
| Modifier and Type | Method and Description |
|---|---|
JsonNode |
addNode(String key,
com.google.gson.JsonObject jObject)
add the given node with the given key
|
Map<String,Object> |
initMap() |
Object |
mapValue(com.google.gson.JsonElement pElement)
get the object to be put in the map
|
getKeys, getMap, getSimpleGraph, getVertex, setMap, setVertex, setVertexFromMap, setVertexFromMap, vertexToMapaddVertex, getStartNode, graph, isDebug, setDebug, setStartNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpGraph, forAll, getProperty, getSelfLabel, of, of, printNameValues, property, property, setPropertyaddVertex, g, getStartNode, graph, isDebug, setDebug, setStartNodepublic JsonNode(SimpleSystem js, String kind, String[] keys)
js - kind - keys - public JsonNode(SimpleSystem jsonSystem, String kind, com.google.gson.JsonElement jElement)
jsonSystem - kind - jElement - public Object mapValue(com.google.gson.JsonElement pElement)
pElement - Copyright © 2019 BITPlan GmbH. All rights reserved.