mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
GraalVM: added reflection config for JsonAttachment
This commit is contained in:
parent
d9eb2a98d3
commit
10e8e1afbb
1 changed files with 6 additions and 0 deletions
|
@ -312,6 +312,12 @@
|
|||
"allDeclaredConstructors":true,
|
||||
"allPublicConstructors":true
|
||||
},
|
||||
{
|
||||
"name":"org.asamk.signal.json.JsonAttachment",
|
||||
"allDeclaredFields":true,
|
||||
"allDeclaredMethods":true,
|
||||
"allDeclaredConstructors":true
|
||||
},
|
||||
{
|
||||
"name":"org.asamk.signal.json.JsonDataMessage",
|
||||
"allDeclaredFields":true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue