public class JsonUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
getFileByPath(String filePath) |
static <T> T |
parseJson(String json,
Class<T> type) |
static <T> T |
readObject(String filePath,
Class<T> type) |
Copyright © 2022. All rights reserved.