-
public class JsonObjectUtils
-
-
Method Summary
Modifier and Type Method Description static StringgetAsString(JsonObject jsonObject, String key)static Map<String, String>safeGetAsMap(JsonObject jsonObject, String key)-
-
Method Detail
-
getAsString
@Nullable() static String getAsString(JsonObject jsonObject, String key)
-
-
-
-