-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- we do not use jacksons polymorphism feature to automatically create the correct report type, but rather do the object creation manually, where we know which type it is.
Context:
Right now, we use a lot of generics to find out which type is handed over to the report evaluation and update endpoint. This is due to jacksons polymorphism feature. This makes it very hard to understand how the report actually looks like and we have to do a lot of unncesssary casting.