Skip to content

Commit

Permalink
Add reflection-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Link committed Jun 27, 2024
1 parent faf2419 commit 0994edb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/main/resources/META-INF/native-image/reflect-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"name": "com.amazonaws.serverless.proxy.model.HttpApiV2ProxyRequest",
"allDeclaredConstructors": true,
"allDeclaredFields": true,
"allDeclaredMethods": true
},
{
"name": "com.amazonaws.serverless.proxy.model.HttpApiV2ProxyRequestContext",
"allDeclaredConstructors": true,
"allDeclaredFields": true,
"allDeclaredMethods": true
},
{
"name": "com.amazonaws.serverless.proxy.model.HttpApiV2AuthorizerMap",
"allDeclaredConstructors": true,
"allDeclaredFields": true,
"allDeclaredMethods": true
},
{
"name": "com.amazonaws.serverless.proxy.model.HttpApiV2AuthorizerMap$HttpApiV2AuthorizerDeserializer",
"allDeclaredConstructors": true,
"allDeclaredFields": true,
"allDeclaredMethods": true
},
{
"name": "com.amazonaws.serverless.proxy.model.HttpApiV2HttpContext",
"allDeclaredConstructors": true,
"allDeclaredFields": true,
"allDeclaredMethods": true
}
]

0 comments on commit 0994edb

Please sign in to comment.