Uses of Class
org.activiti.engine.impl.util.json.JSONWriter
-
Packages that use JSONWriter Package Description org.activiti.engine.impl.util.json -
-
Uses of JSONWriter in org.activiti.engine.impl.util.json
Subclasses of JSONWriter in org.activiti.engine.impl.util.json Modifier and Type Class Description classJSONStringerJSONStringer provides a quick and convenient way of producing JSON text.Methods in org.activiti.engine.impl.util.json that return JSONWriter Modifier and Type Method Description JSONWriterJSONWriter. array()Begin appending a new array.JSONWriterJSONWriter. endArray()End an array.JSONWriterJSONWriter. endObject()End an object.JSONWriterJSONWriter. key(java.lang.String s)Append a key.JSONWriterJSONWriter. object()Begin appending a new object.JSONWriterJSONWriter. value(boolean b)Append either the valuetrueor the valuefalse.JSONWriterJSONWriter. value(double d)Append a double value.JSONWriterJSONWriter. value(long l)Append a long value.JSONWriterJSONWriter. value(java.lang.Object o)Append an object value.
-