public class JsonToBeanConverter extends Object
| Constructor and Description |
|---|
JsonToBeanConverter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Class<T> clazz,
Object text) |
<T> T |
convertBean(Class<T> clazz,
org.json.JSONObject toConvert,
int depth) |
public <T> T convert(Class<T> clazz, Object text) throws JsonException
JsonExceptionpublic <T> T convertBean(Class<T> clazz, org.json.JSONObject toConvert, int depth) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2013. All rights reserved.