Uses of Interface
org.apache.jackrabbit.oak.commons.json.JsopWriter
Packages that use JsopWriter
Package
Description
-
Uses of JsopWriter in org.apache.jackrabbit.oak.commons.json
Classes in org.apache.jackrabbit.oak.commons.json that implement JsopWriterModifier and TypeClassDescriptionclass
A builder for Json and Jsop strings.class
A fast Jsop writer / reader.Methods in org.apache.jackrabbit.oak.commons.json that return JsopWriterModifier and TypeMethodDescriptionJsopWriter.append
(JsopWriter diff) Append all entries of the given writer.JsopWriter.array()
Append '['.JsopWriter.encodedValue
(String raw) Append an already encoded value.JsopWriter.endArray()
Append ']'.JsopWriter.endObject()
Append '}'.Append the key (in quotes) plus a colon.JsopWriter.newline()
Append a newline character.JsopWriter.object()
Append '{'.JsopWriter.tag
(char tag) Append a Jsop tag character.JsopWriter.value
(boolean b) Append the boolean value 'true' or 'false'.JsopWriter.value
(long x) Append a number.Append a string or null.Methods in org.apache.jackrabbit.oak.commons.json with parameters of type JsopWriterModifier and TypeMethodDescriptionJsopBuilder.append
(JsopWriter buffer) Append all entries of the given buffer.JsopStream.append
(JsopWriter w) JsopWriter.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 JsopWriterModifierConstructorDescriptionJsonSerializer
(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 JsopWriterModifier and TypeMethodDescriptionboolean
BundledDocumentDiffer.diff
(AbstractDocumentNodeState from, AbstractDocumentNodeState to, JsopWriter w) Performs diff for bundled nodes.