Class ConvertUtilsBean2

java.lang.Object
org.apache.commons.beanutils.ConvertUtilsBean
org.apache.commons.beanutils.ConvertUtilsBean2

public class ConvertUtilsBean2 extends ConvertUtilsBean
ConvertUtilsBean implementation that delegates convert() methods to the new ConvertUtilsBean.convert(Object, Class) method.

To configure this implementation for the current context ClassLoader invoke BeanUtilsBean.setInstance(new BeanUtilsBean2());

Since:
1.8.0
Version:
$Id$
See Also: