Skip to content

Commit

Permalink
Merge pull request #9 from Nuvindu/graalvm
Browse files Browse the repository at this point in the history
Add reflection configurations for GraalVM
  • Loading branch information
Nuvindu committed Apr 17, 2024
2 parents 2f3e53a + 8b5b3ca commit e6b667e
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[
{
"name": "io.confluent.kafka.schemaregistry.client.rest.entities.requests.RegisterSchemaRequest",
"allDeclaredFields": true,
"queryAllDeclaredMethods": true,
"queryAllDeclaredConstructors": true,
"methods": [
{
"name": "getId",
"parameterTypes": []
},
{
"name": "getSchema",
"parameterTypes": []
},
{
"name": "getVersion",
"parameterTypes": []
}
]
},
{
"name": "io.confluent.kafka.schemaregistry.client.rest.entities.requests.RegisterSchemaResponse",
"allDeclaredFields": true,
"queryAllDeclaredMethods": true,
"queryAllDeclaredConstructors": true,
"methods": [
{
"name": "<init>",
"parameterTypes": []
},
{
"name": "setId",
"parameterTypes": [
"int"
]
}
]
}
]

0 comments on commit e6b667e

Please sign in to comment.