public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
readListFromJson(String path,
Class<T> entityClass) |
public static <T> List<T> readListFromJson(String path, Class<T> entityClass) throws IOException
IOExceptionCopyright © 2021. All rights reserved.