public class GsonFromResource extends Object
| Constructor and Description |
|---|
GsonFromResource() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
read(String resourceName,
Class<T> clazz) |
<T> T |
readFromFile(Path path,
Class<T> clazz) |
static String |
readResource(String resourceName) |
Copyright © 2017. All rights reserved.