Skip to content

Commit

Permalink
Bump reflect config file
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 12, 2023
1 parent 851e8f6 commit f905aa4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/conf/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
{
"name":"io.seqera.wave.api.SubmitContainerTokenResponse",
"allDeclaredFields":true,
"queryAllPublicMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
Expand All @@ -179,7 +180,10 @@
{
"name":"io.seqera.wavelit.json.DateTimeAdapter",
"queryAllDeclaredMethods":true,
"methods":[{"name":"deserializeInstant","parameterTypes":["java.lang.String"] }]
"methods":[
{"name":"deserializeInstant","parameterTypes":["java.lang.String"] },
{"name":"serializeInstant","parameterTypes":["java.time.Instant"] }
]
},
{
"name":"io.seqera.wavelit.json.PathAdapter",
Expand All @@ -191,13 +195,17 @@
"queryAllDeclaredMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"java.beans.PropertyVetoException"
},
{
"name":"java.io.FilePermission"
},
{
"name":"java.lang.Object",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true
"queryAllDeclaredMethods":true,
"queryAllPublicMethods":true
},
{
"name":"java.lang.RuntimePermission"
Expand Down

0 comments on commit f905aa4

Please sign in to comment.