-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
S
Context:
In a recent PR we noticed a couple of minor things that we should clean up in our existing Filter builders and DTOs:
- Add suppression to the NoArgs ctor in each FilterDataDTO to avoid us accidentally removing them (they're required for Jackson)
- Add "public" accessor to all "static void" methods in the FilterBuilders
AT:
- adjust the above things in all existing FilterDTOs and builders