Skip to content

Commit

Permalink
add activityStatusCode to graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Jan 24, 2025
1 parent fd2491b commit aec5a59
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,5 +866,20 @@
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allDeclaredFields": true
},
{
"name": "ca.bc.gov.nrs.wfprev.data.entities.ActivityStatusCodeEntity",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredFields": true,
"allPublicFields": true
},
{
"name": "ca.bc.gov.nrs.wfprev.data.models.ActivityStatusCodeModel",
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allDeclaredFields": true
}
]

0 comments on commit aec5a59

Please sign in to comment.