public class JsonConverter extends Object
A helper class to support json related operations
Constructor and Description |
---|
JsonConverter() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
jsonBlobToObject(String jsonBlob,
Class<T> clazz)
Get desired object from the json provided
|
static <T> String |
objectToJsonBlob(T object)
Get json string from the object param
|
Copyright © 2016–2024. All rights reserved.