public interface

JSONAble.DeJSONFactory

 androidx.test.espresso.web.model.JSONAble.DeJSONFactory

Overview

Allows implementors to replace a JSONObject (representated as a map) with a more applicable object.

Summary

Methods
public java.lang.ObjectattemptDeJSONize(java.util.Map<java.lang.String, java.lang.Object> jsonObject)

Attempt to convert this map to another Java object.

Methods

public java.lang.Object attemptDeJSONize(java.util.Map<java.lang.String, java.lang.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.