| java.lang.Object | |
| ↳ | androidx.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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Adds a DeJSONFactory to intercept JSONObjects and replace them with more suitable types.
| Parameters | |
|---|---|
dejson |
JSONAble.DeJSONFactory |
Removes a DeJSONFactory from the list of factories that transform JSONObjects to java objects.
| Parameters | |
|---|---|
dejson |
JSONAble.DeJSONFactory |