Uses of Class
org.apache.sling.commons.json.io.JSONWriter
Packages that use JSONWriter
-
Uses of JSONWriter in org.apache.sling.commons.json.io
Subclasses of JSONWriter in org.apache.sling.commons.json.ioMethods in org.apache.sling.commons.json.io that return JSONWriterModifier and TypeMethodDescriptionJSONWriter.array()Deprecated.Begin appending a new array.JSONWriter.endArray()Deprecated.End an array.JSONWriter.endObject()Deprecated.End an object.Deprecated.Append a key.JSONWriter.object()Deprecated.Begin appending a new object.JSONWriter.value(boolean b) Deprecated.Append either the valuetrueor the valuefalse.JSONWriter.value(double d) Deprecated.Append a double value.JSONWriter.value(long l) Deprecated.Append a long value.Deprecated.Append an object value.JSONWriter.writeArray(JSONArray a) Deprecated.Append a JSON ArrayJSONWriter.writeObject(JSONObject o) Deprecated.Append a JSON Object -
Uses of JSONWriter in org.apache.sling.commons.json.jcr
Methods in org.apache.sling.commons.json.jcr with parameters of type JSONWriterModifier and TypeMethodDescriptionprotected voidJsonItemWriter.dump(javax.jcr.Node node, JSONWriter w, int currentRecursionLevel, int maxRecursionLevels) Deprecated.Dump given node in JSON, optionally recursing into its child nodesprotected voidJsonItemWriter.dumpSingleNode(javax.jcr.Node n, JSONWriter w, int currentRecursionLevel, int maxRecursionLevels) Deprecated.Dump a single nodeprotected voidJsonItemWriter.dumpValue(JSONWriter w, javax.jcr.Value v) Deprecated.Writes the given value to the JSON writer.protected voidJsonItemWriter.writeProperty(JSONWriter w, javax.jcr.Property p) Deprecated.Write a single property