|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.util.json.JSONUtils
public class JSONUtils
Constructor Summary | |
---|---|
JSONUtils()
|
Method Summary | ||
---|---|---|
static
|
toObject(java.lang.Class<T> clazz,
java.lang.String source)
Load a JSON string into an instantiated object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONUtils()
Method Detail |
---|
public static <T> T toObject(java.lang.Class<T> clazz, java.lang.String source) throws JSONException
clazz
- Class of the object which the JSON string would be loaded into.source
- JSON string.
JSONException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |