You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2008/05/06 22:52:55 UTC

[jira] Updated: (LANG-435) Add ClassUtils.isAssignable() variants with autoboxing

     [ https://issues.apache.org/jira/browse/LANG-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson updated LANG-435:
-----------------------------

    Description: This is often what one really wants 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.  (was: 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.)

> 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
>             Fix For: 3.0
>
>
> This is often what one really wants 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.