? ConvertUtilsBean2
java.lang.Object
org.apache.commons.beanutils.ConvertUtilsBean
org.apache.commons.beanutils.ConvertUtilsBean2
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());
- ???????:
- 1.8.0
- ??:
- $Id$
- ????:
-
?????
??? -
????
??????????Delegates to the newConvertUtilsBean.convert(Object, Class)
method.Delegates to the newConvertUtilsBean.convert(Object, Class)
method.Delegates to the newConvertUtilsBean.convert(Object, Class)
method.??????? org.apache.commons.beanutils.ConvertUtilsBean
convert, deregister, deregister, getDefaultBoolean, getDefaultByte, getDefaultCharacter, getDefaultDouble, getDefaultFloat, getDefaultInteger, getDefaultLong, getDefaultShort, getInstance, lookup, lookup, register, register, setDefaultBoolean, setDefaultByte, setDefaultCharacter, setDefaultDouble, setDefaultFloat, setDefaultInteger, setDefaultLong, setDefaultShort
-
???????
-
ConvertUtilsBean2
public ConvertUtilsBean2()
-
-
??????
-
convert
Delegates to the newConvertUtilsBean.convert(Object, Class)
method.- ??:
convert
???ConvertUtilsBean
- ??:
value
- Value to be converted (may be null)- ??:
- The converted String value or null if value is null
- ????:
-
convert
Delegates to the newConvertUtilsBean.convert(Object, Class)
method.- ??:
convert
???ConvertUtilsBean
- ??:
value
- Value to be converted (may be null)clazz
- Java class to be converted to (must not be null)- ??:
- The converted value or null if value is null
- ????:
-
convert
Delegates to the newConvertUtilsBean.convert(Object, Class)
method.- ??:
convert
???ConvertUtilsBean
- ??:
value
- Array of values to be convertedclazz
- Java array or element class to be converted to (must not be null)- ??:
- The converted value
- ????:
-