Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: other
Platform: Other
-
23683
Description
I've created a patch which adds a new method to ClassUtils which will convert
each of the primitive classes (Boolean.TYPE, Integer.TYPE, Double.TYPE, etc) to
their corresponding wrapper Class (Boolean.class, Integer.class, Double.class,
etc). The patch includes test cases.