Uses of Class
fmpp.models.JSONNode
Packages that use JSONNode
-
Uses of JSONNode in fmpp.models
Subclasses of JSONNode in fmpp.modelsModifier and TypeClassDescriptionclass
JSON "array" value; see http://www.json.org/.class
JSON "true" and "false" value; see http://www.json.org/.class
JSON "null" value; see http://www.json.org/.class
JSON "number" value; see http://www.json.org/.class
JSON "object" value; see http://www.json.org/.class
JSON "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) protected
JSONNullNode
(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)