public class JsonMan extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromJson(String object,
Type type) |
static JsonMan |
of(JsonType jsonType) |
void |
setGson(com.google.gson.Gson gson) |
<T> String |
toJson(T object) |
<T> HashMap<String,Object> |
toMap(T object) |
Copyright © 2020. All rights reserved.