Uses of Interface
org.apache.jackrabbit.oak.commons.json.JsopWriter
-
Packages that use JsopWriter Package Description org.apache.jackrabbit.oak.commons.json org.apache.jackrabbit.oak.json org.apache.jackrabbit.oak.plugins.document.bundlor -
-
Uses of JsopWriter in org.apache.jackrabbit.oak.commons.json
Classes in org.apache.jackrabbit.oak.commons.json that implement JsopWriter Modifier and Type Class Description classJsopBuilderA builder for Json and Jsop strings.classJsopStreamA fast Jsop writer / reader.Methods in org.apache.jackrabbit.oak.commons.json that return JsopWriter Modifier and Type Method Description JsopWriterJsopWriter. append(JsopWriter diff)Append all entries of the given writer.JsopWriterJsopWriter. array()Append '['.JsopWriterJsopWriter. encodedValue(String raw)Append an already encoded value.JsopWriterJsopWriter. endArray()Append ']'.JsopWriterJsopWriter. endObject()Append '}'.JsopWriterJsopWriter. key(String key)Append the key (in quotes) plus a colon.JsopWriterJsopWriter. newline()Append a newline character.JsopWriterJsopWriter. object()Append '{'.JsopWriterJsopWriter. tag(char tag)Append a Jsop tag character.JsopWriterJsopWriter. value(boolean b)Append the boolean value 'true' or 'false'.JsopWriterJsopWriter. value(long x)Append a number.JsopWriterJsopWriter. value(String value)Append a string or null.Methods in org.apache.jackrabbit.oak.commons.json with parameters of type JsopWriter Modifier and Type Method Description JsopBuilderJsopBuilder. append(JsopWriter buffer)Append all entries of the given buffer.JsopStreamJsopStream. append(JsopWriter w)JsopWriterJsopWriter. append(JsopWriter diff)Append all entries of the given writer. -
Uses of JsopWriter in org.apache.jackrabbit.oak.json
Constructors in org.apache.jackrabbit.oak.json with parameters of type JsopWriter Constructor Description JsonSerializer(JsopWriter json, int depth, long offset, int maxChildNodes, String filter, BlobSerializer blobs)JsonSerializer(JsopWriter json, int depth, long offset, int maxChildNodes, String filter, BlobSerializer blobs, boolean catchExceptions)JsonSerializer(JsopWriter json, String filter, BlobSerializer blobs)JsonSerializer(JsopWriter json, BlobSerializer blobs) -
Uses of JsopWriter in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type JsopWriter Modifier and Type Method Description booleanBundledDocumentDiffer. diff(AbstractDocumentNodeState from, AbstractDocumentNodeState to, JsopWriter w)Performs diff for bundled nodes.
-