We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c47dcb0 + 7ff8c69 commit 7ff5368Copy full SHA for 7ff5368
bloopgun/src/main/graal/reflection.json
@@ -7,5 +7,23 @@
7
"allPublicMethods": true,
8
"allDeclaredClasses": true,
9
"allPublicClasses": true
10
+ },
11
+ {
12
+ "name": "java.util.Base64",
13
+ "allDeclaredConstructors": true,
14
+ "allPublicConstructors": true,
15
+ "allDeclaredMethods": true,
16
+ "allPublicMethods": true,
17
+ "allDeclaredClasses": true,
18
+ "allPublicClasses": true
19
20
21
+ "name": "java.util.Base64$Encoder",
22
23
24
25
26
27
28
}
29
]
0 commit comments