1{
2  "methods": {
3    "getIntentClass()": {
4      "isImplementation": false,
5      "modifiers": [
6        "public"
7      ],
8      "params": [],
9      "returnType": "java.lang.Class\u003c?\u003e",
10      "exceptions": [],
11      "name": "getIntentClass()",
12      "documentation": "Returns the {@code Class} object set by\n{@link Intent#setClass(android.content.Context, Class)}\n\n@return the {@code Class} object set by\n        {@link Intent#setClass(android.content.Context, Class)}\n"
13    }
14  },
15  "imports": [
16    "android.content.Intent",
17    "org.robolectric.annotation.Implements",
18    "org.robolectric.annotation.RealObject"
19  ],
20  "name": "org.robolectric.shadows.ShadowIntent"
21}