Details
- 
        Type: Improvement Improvement
- 
        Status: Closed Closed
- 
            Priority: Minor Minor
- 
            Resolution: Won't Fix
- 
            Affects Version/s: 1.x Maintenance, Upcoming
- 
            Fix Version/s: None
- 
            Component/s: Converters
- 
            Labels:None
- 
                        JDK version and platform:Sun JDK 1.6.0
Description
I am submitting a patch for the JavaBeanConverter class.
This patch adds two methods:
protected void setBeanProvider(BeanProvider provider)
protected BeanProvider getBeanProvider()

 
                            

Hi Sean,
this is heading into the wrong direction. If you need a different BeanProvider, register the JavaBeanConverter using that one. There's not a single converter implementation that allows you to modify its behavior after it has been created and I have no intents to change that.