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
JsonException
public <T> T convertBean(Class<T> clazz, org.json.JSONObject toConvert, int depth) throws org.json.JSONException
org.json.JSONException
Copyright © 2013. All rights reserved.