public final class JsonUtil
extends Object
-
Method Summary
static @NotNull com.google.gson.JsonElement
static @NotNull com.google.gson.JsonElement
toJson(@NotNull com.google.gson.JsonElement element)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromJson
@NotNull
public static @NotNull com.google.gson.JsonElement fromJson(@NotNull
@NotNull String json)
-
fromJson
@NotNull
public static @NotNull com.google.gson.JsonElement fromJson(@NotNull
@NotNull Reader reader)
-
toJson
@NotNull
public static @NotNull String toJson(@NotNull
@NotNull com.google.gson.JsonElement element)