Skip to content

Commit

Permalink
add reflection configuration
Browse files Browse the repository at this point in the history
Generated with ./gradlew -Pagent :test-suite-java:nativeTest
  • Loading branch information
sdelamo committed Jan 10, 2024
1 parent 1ace768 commit a030388
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[
{
"name": "org.flywaydb.core.api.migration.baseline.BaselineMigrationConfigurationExtension",
"queryAllDeclaredMethods": true,
"allDeclaredFields": true,
"queryAllDeclaredConstructors": true,
"methods": [
{
"name": "<init>",
"parameterTypes": [

]
},
{
"name": "getBaselineMigrationPrefix",
"parameterTypes": [

]
},
{
"name": "setBaselineMigrationPrefix",
"parameterTypes": [
"java.lang.String"
]
}
]
},
{
"name": "org.flywaydb.core.extensibility.ConfigurationExtension",
"queryAllDeclaredMethods": true
},
{
"name": "org.flywaydb.core.internal.command.clean.CleanModeConfigurationExtension",
"queryAllDeclaredMethods": true,
"allDeclaredFields": true,
"queryAllDeclaredConstructors": true,
"methods": [
{
"name": "<init>",
"parameterTypes": [

]
},
{
"name": "getClean",
"parameterTypes": [

]
},
{
"name": "setClean",
"parameterTypes": [
"org.flywaydb.core.internal.command.clean.CleanModel"
]
}
]
}
]

0 comments on commit a030388

Please sign in to comment.