| java.lang.Object org.gomba.utils.convert.ConvertUtilsWrapper
ConvertUtilsWrapper | public class ConvertUtilsWrapper (Code) | | Configures the ConvertUtils package.
author: Flavio Tordini version: $Id: ConvertUtilsWrapper.java,v 1.1.1.1 2004/06/16 13:15:12 flaviotordini Exp $ |
convert | public static Object convert(String string, Class type)(Code) | | Wrap the ConvertUtils.convert() method. Other classes must use this
method rather than directly calling ConvertUtils. This is because
ConvertUtils has a JVM wide configuration mechanism for converters and
the right converters are statically configured in this class.
|
|
|