public interface

JSONAble

androidx.test.espresso.web.model.JSONAble
Known Indirect Subclasses
ElementReference A reference to a javascript element existing within a WebView. 
Evaluation Represents the results of a Javascript execution. 
WindowReference A reference to a javascript window/frame existing within a WebView. 

Class Overview

Allows implementors to instruct ModelCodec on how to encode this object as JSON.

Summary

Nested Classes
interface JSONAble.DeJSONFactory Allows implementors to replace a JSONObject (representated as a map) with a more applicable object. 
Public Methods
abstract String toJSONString()

Public Methods

public abstract String toJSONString ()

Returns
String