[ http://issues.apache.org/jira/browse/BEANUTILS-242?page=all ]
Henri Yandell updated BEANUTILS-242:
------------------------------------
Fix Version/s: 1.8.0
> Add general array type conversion
> ---------------------------------
>
> Key: BEANUTILS-242
> URL: http://issues.apache.org/jira/browse/BEANUTILS-242
> Project: Commons BeanUtils
> Issue Type: New Feature
> Components: ConvertUtils & Converters
> Affects Versions: 1.7.0
> Reporter: Kenny MacLeod
> Fix For: 1.8.0
>
>
> When using a method such as BeanUtils.copyProperty(), it would be good if it
> could automatically handle conversion between array types, rather than having
> to explicitly write an array converter for each target type.
> For example, if I pass a String[] to BeanUtils to copy on to a property of
> type Integer[], then it would recognise the presense of an array, and then
> use the registered converters for the arrays' component types to decide how
> to map them together.
> This would remove the need to essentially duplicate converters already
> written, just to add array support.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]