Description
ParameterizedType detection generally misses Wildcard bounds. Always falls back to Object.
eg. List<? extends Customer> has TypeOfFacet with element type Object.class while it should be Customer
Attachments
Issue Links
- is depended upon by
-
CAUSEWAY-2641 SecMan: abstract ApplicationFeatureViewModel.getPermissions() renders with missing columns
- Closed