Searched defs:jsonElement (Results 1 – 5 of 5) sorted by relevance
73 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingNullPropertyValue() local98 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingBooleanProperties() local113 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingStringProperties() local128 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingCharacterProperties() local
159 JsonElement jsonElement = json.getAsJsonObject().get(className); in deserialize() local
58 JsonElement jsonElement = gson.toJsonTree(bag, SubTypeOfBagOfPrimitives.class); in testJsonTreeToString() local65 JsonObject jsonElement = (JsonObject) gson.toJsonTree(bag, BagOfPrimitives.class); in testJsonTreeNull() local
442 JsonElement jsonElement = jsonObj.get("data"); in deserialize() local
274 JsonElement jsonElement = jsonObject.get(jsonFieldName); in deserialize() local374 JsonElement jsonElement) { in findValueByNameAndExtension()