Index
All Classes and Interfaces|All Packages
C
- copyOrNull(JsonElement) - Static method in class org.aksw.commons.util.gson.GsonUtils
-
Returns null if the argument is null, otherwise a deep copy.
G
- GsonUtils - Class in org.aksw.commons.util.gson
- GsonUtils() - Constructor for class org.aksw.commons.util.gson.GsonUtils
I
- isNull(JsonElement) - Static method in class org.aksw.commons.util.gson.GsonUtils
-
Returns true if the argument is either java null or json null.
M
- makePath(JsonObject, String...) - Static method in class org.aksw.commons.util.gson.GsonUtils
-
Creates fresh empty JSON objects if a key has no value
- makePath(JsonObject, List) - Static method in class org.aksw.commons.util.gson.GsonUtils
- merge(JsonArray, JsonArray) - Static method in class org.aksw.commons.util.gson.GsonUtils
- merge(JsonElement, JsonElement) - Static method in class org.aksw.commons.util.gson.GsonUtils
- merge(JsonObject, JsonObject) - Static method in class org.aksw.commons.util.gson.GsonUtils
O
- org.aksw.commons.util.gson - package org.aksw.commons.util.gson
P
- parsePathSegments(String) - Static method in class org.aksw.commons.util.gson.GsonUtils
-
This method is a stub.
S
- setElement(JsonObject, List, JsonElement) - Static method in class org.aksw.commons.util.gson.GsonUtils
-
Set an element at a given path.
- setNumber(JsonObject, List, Number) - Static method in class org.aksw.commons.util.gson.GsonUtils
- setString(JsonObject, List, String) - Static method in class org.aksw.commons.util.gson.GsonUtils
-
Set a string at a given path.
All Classes and Interfaces|All Packages