org.apache.commons.convert1
Class ConvertUtils
java.lang.Object
org.apache.commons.convert1.ConvertUtils
public class ConvertUtils
- extends Object
Basic tasks for the Converting system. Note, this class bears
no resemblance to the BeanUtils ConvertUtils class. ConvertRegistry
replaces that class.
- Since:
- 0.1
- Author:
- Henri Yandell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertUtils
public ConvertUtils()
registerStandardCollectionConverters
public static void registerStandardCollectionConverters(ConvertRegistry registry)
registerStandardFromStringConverters
public static void registerStandardFromStringConverters(ConvertRegistry registry)
registerStandardToStringConverters
public static void registerStandardToStringConverters(ConvertRegistry registry)
registerStandardConverters
public static void registerStandardConverters(ConvertRegistry registry)
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.