org.apache.commons.convert
Class CollectionConverters
java.lang.Object
org.apache.commons.convert.CollectionConverters
- All Implemented Interfaces:
- ConverterLoader
public class CollectionConverters
- extends Object
- implements ConverterLoader
Collection Converter classes.
|
Method Summary |
void |
loadConverters()
Create and register converters with the Java object type
conversion framework. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionConverters
public CollectionConverters()
loadConverters
public void loadConverters()
- Description copied from interface:
ConverterLoader
- Create and register converters with the Java object type
conversion framework. If the converter extends one of the
converter abstract classes, then the converter will register
itself when an instance is created. Otherwise, call
Converters.registerConverter(Converter)
with the Converter instance.
- Specified by:
loadConverters in interface ConverterLoader
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.