Skip to content

Commit

Permalink
Add ObjectiveTypeCode to GraalVM reflection/serialization config (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 authored Jan 17, 2025
1 parent 5f96986 commit 546144a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,5 +851,20 @@
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allDeclaredFields": true
},
{
"name": "ca.bc.gov.nrs.wfprev.data.entities.ObjectiveTypeCodeEntity",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredFields": true,
"allPublicFields": true
},
{
"name": "ca.bc.gov.nrs.wfprev.data.models.ObjectiveTypeCodeModel",
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allDeclaredFields": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
{ "name": "ca.bc.gov.nrs.wfprev.data.models.ProjectBoundaryModel" },
{ "name": "ca.bc.gov.nrs.wfprev.data.models.ProjectModel" },
{ "name": "ca.bc.gov.nrs.wfprev.data.models.ProjectTypeCodeModel" },
{ "name": "ca.bc.gov.nrs.wfprev.data.models.ObjectiveTypeCodeModel" },
{ "name": "ca.bc.gov.nrs.wfprev.data.models.ProjectFiscalModel"},

{ "name": "ca.bc.gov.nrs.wfprev.data.entities.ForestAreaCodeEntity" },
{ "name": "ca.bc.gov.nrs.wfprev.data.entities.GeneralScopeCodeEntity" },
{ "name": "ca.bc.gov.nrs.wfprev.data.entities.ProgramAreaEntity" },
{ "name": "ca.bc.gov.nrs.wfprev.data.entities.ProjectBoundaryEntity" },
{ "name": "ca.bc.gov.nrs.wfprev.data.entities.ProjectEntity" },
{ "name": "ca.bc.gov.nrs.wfprev.data.entities.ProjectTypeCodeEntity" },
{ "name": "ca.bc.gov.nrs.wfprev.data.models.ProjectFiscalModel"},
{ "name": "ca.bc.gov.nrs.wfprev.data.entities.ObjectiveTypeCodeEntity" },
{ "name": "org.springframework.hateoas.RepresentationModel"},
{ "name": "org.springframework.hateoas.Link"},
{ "name": "org.springframework.hateoas.Links"},
Expand Down

0 comments on commit 546144a

Please sign in to comment.