Extension to ClassUtils: Obtain the primitive class from a wrapper
------------------------------------------------------------------
Key: LANG-351
URL: https://issues.apache.org/jira/browse/LANG-351
Project: Commons Lang
Issue Type: Improvement
Affects Versions: 2.3
Reporter: Oliver Heger
Priority: Minor
For some tasks related to reflection and method invocation I need the counter
part of the ClassUtils.primitiveToWrapper() method.
My use case is that I need to invoke a method, and I only have the name and an
array of parameter values (not the exact parameter types). So I have to check
based on the types of the current parameters if a method signature is
compatible. If the signature contains primitive types, the current parameter
values will be wrapper types; these have to be unboxed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.