Skip to content

Commit

Permalink
register functions for runtime reflection 3
Browse files Browse the repository at this point in the history
  • Loading branch information
PZahnen committed Oct 30, 2024
1 parent ceebee7 commit 6bff6e7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[
{
"name": "de.ii.xtraplatform.features.sql.domain.ImmutableFeatureProviderSqlData",
"allDeclaredFields": true,
"queryAllDeclaredMethods": true,
"queryAllDeclaredConstructors": true,
"methods": [{ "name": "getEnabled", "parameterTypes": [] }]
},
{
"name": "de.ii.xtraplatform.features.domain.ImmutableFeatureSchema",
"allDeclaredFields": true,
"queryAllDeclaredMethods": true,
"queryAllDeclaredConstructors": true,
"methods": [{ "name": "getEmbeddedRole", "parameterTypes": [] }]
},
{
Expand Down

0 comments on commit 6bff6e7

Please sign in to comment.