java.lang.Object
it.auties.whatsapp.util.Json
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TreadValue(byte[] value, com.fasterxml.jackson.core.type.TypeReference<T> clazz) static <T> Tstatic <T> Tstatic <T> Tstatic byte[]writeValueAsBytes(Object object) static StringwriteValueAsString(Object object) static StringwriteValueAsString(Object object, boolean pretty)
-
Field Details
-
json
private static final com.fasterxml.jackson.databind.ObjectMapper json
-
-
Constructor Details
-
Json
public Json()
-
-
Method Details
-
writeValueAsBytes
-
writeValueAsString
-
writeValueAsString
-
readValue
-
readValue
public static <T> T readValue(byte[] value, com.fasterxml.jackson.core.type.TypeReference<T> clazz) -
readValue
-
readValue
-