| androidx.test.espresso.web.model.JSONAble.DeJSONFactory |
Allows implementors to replace a JSONObject (representated as a map) with a more applicable object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Attempt to convert this map to another Java object.
| |||||||||||
Attempt to convert this map to another Java object.
| Parameters | |
|---|---|
jsonObject |
Map: the json object encountered |
| Returns | |
|---|---|
Object |
null if it could not be converted, or the object. |