Uses of Class
org.apache.jackrabbit.oak.commons.json.JsonObject
-
Packages that use JsonObject Package Description org.apache.jackrabbit.oak.commons.json org.apache.jackrabbit.oak.index.merge -
-
Uses of JsonObject in org.apache.jackrabbit.oak.commons.json
Methods in org.apache.jackrabbit.oak.commons.json that return JsonObject 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.static JsonObjectJsonObject. fromJson(String json, boolean respectOrder)Build a Json object from a String.Methods in org.apache.jackrabbit.oak.commons.json that return types with arguments of type JsonObject Modifier and Type Method Description Map<String,JsonObject>JsonObject. getChildren()Get the (mutable) map of children. -
Uses of JsonObject in org.apache.jackrabbit.oak.index.merge
Methods in org.apache.jackrabbit.oak.index.merge that return JsonObject Modifier and Type Method Description static JsonObjectIndexDiff. compareIndexesAgainstBase(String directory, String indexBaseFile)static JsonObjectIndexDiff. compareIndexesInFile(Path indexPath, String index1, String index2)static JsonObjectIndexDefMergerUtils. merge(String path, JsonObject ancestor, String customName, JsonObject custom, JsonObject product, String productName)Merge index definition changes.Methods in org.apache.jackrabbit.oak.index.merge with parameters of type JsonObject Modifier and Type Method Description static Set<String>IndexMerge. getSupersededIndexDefs(JsonObject indexDefs)Get the names of the index definitions that are superseded in one of the indexes.static JsonObjectIndexDefMergerUtils. merge(String path, JsonObject ancestor, String customName, JsonObject custom, JsonObject product, String productName)Merge index definition changes.static voidIndexDefMergerUtils. merge(JsonObject newIndexes, JsonObject allIndexes)For indexes that were modified both by the customer and in the product, merge the changes, and create a new index.
-