Package net.guizhanss.guizhanlib.utils
Class JsonUtil
java.lang.Object
net.guizhanss.guizhanlib.utils.JsonUtil
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.gson.JsonElementgetFromPath(com.google.gson.JsonObject root, String path) Deprecated, for removal: This API element is subject to removal in a future version.static com.google.gson.JsonElementparse(com.google.gson.stream.JsonReader reader) Deprecated, for removal: This API element is subject to removal in a future version.static com.google.gson.JsonElementparse(BufferedReader reader) Deprecated, for removal: This API element is subject to removal in a future version.static com.google.gson.JsonElementDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
parse
Deprecated, for removal: This API element is subject to removal in a future version. -
parse
Deprecated, for removal: This API element is subject to removal in a future version. -
parse
@Nonnull public static com.google.gson.JsonElement parse(@Nonnull com.google.gson.stream.JsonReader reader) Deprecated, for removal: This API element is subject to removal in a future version. -
getFromPath
@Nullable public static com.google.gson.JsonElement getFromPath(@Nonnull com.google.gson.JsonObject root, @Nonnull String path) Deprecated, for removal: This API element is subject to removal in a future version.
-
JsonUtil代替