Uses of Class
org.apache.jackrabbit.oak.commons.json.JsopBuilder
Packages that use JsopBuilder
-
Uses of JsopBuilder in org.apache.jackrabbit.oak.commons.json
Methods in org.apache.jackrabbit.oak.commons.json that return JsopBuilderModifier and TypeMethodDescriptionJsopBuilder.append
(JsopWriter buffer) Append all entries of the given buffer.JsopBuilder.array()
Append '['.JsopBuilder.encodedValue
(String value) Append an already encoded value.JsopBuilder.endArray()
Append ']'.JsopBuilder.endObject()
Append '}'.Append the key (in quotes) plus a colon.JsopBuilder.newline()
Append a newline character.JsopBuilder.object()
Append '{'.JsopBuilder.tag
(char tag) Append a Jsop tag character.JsopBuilder.value
(boolean value) Append the boolean value 'true' or 'false'.JsopBuilder.value
(long value) Append a number.Append a string or null.Methods in org.apache.jackrabbit.oak.commons.json with parameters of type JsopBuilderModifier and TypeMethodDescriptionvoid
JsonObject.toJson
(JsopBuilder buf) Write the object to a builder.