Package com.spun.util
Class JsonUtils
java.lang.Object
com.spun.util.JsonUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic <T> Stringstatic <T> StringasJsonWithBuilder(Object o, Function1<T, T> gsonBuilder, Class<T> gsonBuilderClass) static StringprettyPrint(String json) static StringreorderFields(String json) static com.google.gson.JsonObjectsortJsonObject(String json) static com.google.gson.JsonObjectsortJsonObjectFields(com.google.gson.JsonObject jsonObject)
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
prettyPrint
-
asJson
-
asJsonWithBuilder
-
asJson
-
reorderFields
-
sortJsonObject
-
sortJsonObjectFields
public static com.google.gson.JsonObject sortJsonObjectFields(com.google.gson.JsonObject jsonObject)
-