Details
Description
For example if you declare a List<Locale> parameter you will end up with a list of Strings.
That's because MethodArgumentsUberspector is manipulating Class instead of Type so it looses any generic information.
Attachments
Issue Links
- depends on
-
XCOMMONS-1117 List converter crashes with <?> generic argument
- Closed