T
- ResultParser for parsing JSON result into an objectpublic class ResultParser<T> extends Object
Constructor and Description |
---|
ResultParser(Class<T> clazz) |
ResultParser(Class<T> clazz,
String dateFormat) |
Modifier and Type | Method and Description |
---|---|
T |
parse(String jsonString)
Converts the JSON string passed into an instance of the relevant class
|
Copyright © 2018 OpenNTF. All rights reserved.