public final class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromJson(String json,
Class<T> clazz) |
<T> T |
fromJson(String json,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference) |
String |
toJson(Object object) |
Copyright © 2022. All rights reserved.