| java.lang.Object | |
| ↳ | android.support.test.espresso.web.model.ModelCodec | 
Encodes/Decodes JSON.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Adds a DeJSONFactory to intercept JSONObjects and replace them with more suitable types.
         | |||||||||||
| 
          Transforms a JSON string to an evaluation.
         | |||||||||||
| 
          Encodes a Java Object into a JSON string.
         | |||||||||||
| 
          Removes a DeJSONFactory from the list of factories that transform JSONObjects to java objects.
         | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Adds a DeJSONFactory to intercept JSONObjects and replace them with more suitable types.
Encodes a Java Object into a JSON string.
Removes a DeJSONFactory from the list of factories that transform JSONObjects to java objects.