public static interface

JSONAble.DeJSONFactory

androidx.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<StringObject> jsonObject)
Attempt to convert this map to another Java object.

Public Methods

public abstract Object attemptDeJSONize (Map<StringObject> jsonObject)

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.