JSONAble.DeJSONFactory
public
static
interface
JSONAble.DeJSONFactory
android.support.test.espresso.web.model.JSONAble.DeJSONFactory |
Allows implementors to replace a JSONObject (representated as a map) with a more applicable object.
Summary
Public methods | |
---|---|
abstract
Object
|
attemptDeJSONize(Map<String, Object> jsonObject)
Attempt to convert this map to another Java object. |