public final class JsonUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
-
-
-
-
toObj
@NotNull
public static <T> @NotNull Optional<T> toObj(@NotNull
@NotNull String jsonText,
Class<T> clazz)
-
toStr
@NotNull
public static @NotNull String toStr(@Nullable
@Nullable Object obj)