public static interface JSONAble.DeJSONFactory
android.support.test.espresso.web.model.JSONAble.DeJSONFactory |
允许实现者用更适用的对象替换JSONObject(表示为映射)。
Public methods |
|
---|---|
abstract Object |
attemptDeJSONize(Map<String, Object> jsonObject) 尝试将此映射转换为另一个Java对象。 |
Object attemptDeJSONize (Map<String, Object> jsonObject)
尝试将此映射转换为另一个Java对象。
Parameters | |
---|---|
jsonObject |
Map : the json object encountered |
Returns | |
---|---|
Object |
null if it could not be converted, or the object. |