public static interface

JSONAble.DeJSONFactory

android.support.test.espresso.web.model.JSONAble.DeJSONFactory

Class Overview

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.

Public Methods

public abstract Object attemptDeJSONize (Map<String, Object> jsonObject)

Attempt to convert this map to another Java object.

Parameters
jsonObject the json object encountered
Returns
  • null if it could not be converted, or the object.