Allowing Multiple Converters Per Destination Class
--------------------------------------------------

                 Key: BEANUTILS-279
                 URL: https://issues.apache.org/jira/browse/BEANUTILS-279
             Project: Commons BeanUtils
          Issue Type: New Feature
          Components: ConvertUtils & Converters
    Affects Versions: 1.7.0, 1.8.0
            Reporter: Bradley M. Handy
            Priority: Minor
         Attachments: ConvertUtils-1.7.0-patch.tgz

Currently only one Converter may be registered per destination class.  It may 
be prudent for an application to have the ability to use multiple "named" 
Converter instances to convert values to a destination type.  By adding a 
second-level Map keyed by Converter name, this can be accomplished without 
affecting existing behavior.  A "default" name is used for the default 
Converter which will allow for emulation of the previous single Converter 
implementation.

Patch files for both BeanUtils 1.7.0 and the current Head revision of the 
affected files has been provided.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to