public interface EzJsonFile
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromJson(Class<T> clazz) |
<T> T |
fromJson(Type typeOfT) |
<T> List<T> |
fromJsonAsList(Class<T[]> clazz) |
<T> T fromJson(Class<T> clazz) throws IOException
IOException<T> T fromJson(Type typeOfT) throws IOException
IOException<T> List<T> fromJsonAsList(Class<T[]> clazz) throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.