Uses of Class
org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
Packages that use JsopTokenizer Package Description org.apache.jackrabbit.oak.commons.json org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of JsopTokenizer in org.apache.jackrabbit.oak.commons.json
Methods in org.apache.jackrabbit.oak.commons.json with parameters of type JsopTokenizer Modifier and Type Method Description static JsonObjectJsonObject. create(JsopTokenizer t)Reads a JSON object from the given tokenizer.static JsonObjectJsonObject. create(JsopTokenizer t, boolean respectOrder)Reads a JSON object from the given tokenizer. -
Uses of JsopTokenizer in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type JsopTokenizer Modifier and Type Method Description @Nullable ObjectRDBJSONSupport. parse(@NotNull JsopTokenizer json)Parses the supplied JSON.
-