1{
2  "methods": {
3    "__constructor__(float)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "radius"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "__constructor__(float)"
14    },
15    "getRadius()": {
16      "isImplementation": false,
17      "modifiers": [
18        "public"
19      ],
20      "params": [],
21      "returnType": "float",
22      "exceptions": [],
23      "name": "getRadius()"
24    }
25  },
26  "imports": [
27    "android.graphics.CornerPathEffect",
28    "org.robolectric.annotation.Implementation",
29    "org.robolectric.annotation.Implements"
30  ],
31  "name": "org.robolectric.shadows.ShadowCornerPathEffect"
32}