org.apache.commons.convert1
Class BasicConverterFactory
java.lang.Object
org.apache.commons.convert1.BasicConverterFactory
- All Implemented Interfaces:
- ConverterFactory
public class BasicConverterFactory
- extends Object
- implements ConverterFactory
Creates converter factors. Possibly rename to EmptyConstructorFactory.
- Since:
- 0.1
- Author:
- Henri Yandell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicConverterFactory
public BasicConverterFactory(Class clazz)
create
public Object create(Class fromClass,
Class toClass)
- Specified by:
create
in interface ConverterFactory
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.