Index

C G I M O P S 
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<String>) - 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<String>, JsonElement) - Static method in class org.aksw.commons.util.gson.GsonUtils
Set an element at a given path.
setNumber(JsonObject, List<String>, Number) - Static method in class org.aksw.commons.util.gson.GsonUtils
 
setString(JsonObject, List<String>, String) - Static method in class org.aksw.commons.util.gson.GsonUtils
Set a string at a given path.
C G I M O P S 
All Classes and Interfaces|All Packages