public class JsonConvertUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
jsonToObject(String pojo,
Class<T> clazz)
JSON 转 Object
|
static <T> String |
objectToJson(T t)
Object 转 JSON
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.