Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed May 25, 2024
1 parent a6aebce commit 680e2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/goafabric/fhir/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public void registerHints(RuntimeHints hints, ClassLoader classLoader) {

registerReflection("org.hl7.fhir.r4.model", hints);

hints.reflection().registerType(org.goafabric.fhir.crossfunctional.ExceptionHandler.class, MemberCategory.DECLARED_CLASSES, MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS);

hints.reflection().registerType(org.goafabric.fhir.controller.custom.TIConfiguration.class, MemberCategory.DECLARED_CLASSES, MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS);
hints.reflection().registerType(org.goafabric.fhir.controller.custom.TIConfigurationController.class, MemberCategory.DECLARED_CLASSES, MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS);
hints.reflection().registerType(org.goafabric.fhir.controller.BundleController.class, MemberCategory.DECLARED_CLASSES, MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS);
Expand Down

0 comments on commit 680e2ae

Please sign in to comment.