Uses of Class
fmpp.models.JSONNode
Packages that use JSONNode
-
Uses of JSONNode in fmpp.models
Subclasses of JSONNode in fmpp.modelsModifier and TypeClassDescriptionclassJSON "array" value; see http://www.json.org/.classJSON "true" and "false" value; see http://www.json.org/.classJSON "null" value; see http://www.json.org/.classJSON "number" value; see http://www.json.org/.classJSON "object" value; see http://www.json.org/.classJSON "string" value; see http://www.json.org/.Methods in fmpp.models that return JSONNodeMethods in fmpp.models with parameters of type JSONNodeConstructors in fmpp.models with parameters of type JSONNodeModifierConstructorDescriptionJSONArrayNode(JSONNode parentNode, String nodeName, List elements) JSONBooleanNode(JSONNode parentNode, String nodeName, boolean value) protectedJSONNullNode(JSONNode parentNode, String nodeName) JSONNumberNode(JSONNode parentNode, String nodeName, Number value) JSONObjectNode(JSONNode parentNode, String nodeName, Map map) JSONStringNode(JSONNode parentNode, String nodeName, String value)