Uses of Interface
org.apache.jackrabbit.oak.commons.json.JsopWriter
Packages that use JsopWriter
-
Uses of JsopWriter in org.apache.jackrabbit.oak.commons.json
Classes in org.apache.jackrabbit.oak.commons.json that implement JsopWriterModifier and TypeClassDescriptionclassA builder for Json and Jsop strings.classA 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.