public class JSONSource<T> extends Object
| Constructor and Description |
|---|
JSONSource() |
| Modifier and Type | Method and Description |
|---|---|
T |
getResultFromFile(String filename,
Class clazz) |
T |
getResultFromStream(InputStream in,
Class clazz) |
public T getResultFromStream(InputStream in, Class clazz) throws IOException
IOExceptionpublic T getResultFromFile(String filename, Class clazz) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.