Add ClassUtils.isAssignable() variants with autoboxing
------------------------------------------------------

                 Key: LANG-435
                 URL: https://issues.apache.org/jira/browse/LANG-435
             Project: Commons Lang
          Issue Type: New Feature
            Reporter: Matt Benson


This is often what you want to know wrt reflection:  whether a given class can 
be assigned to a property, or provided as a method/constructor argument.  So 
much so, of course, that J2SE 1.5 provides autoboxing implicitly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to