org.fuin.serialver4j.base
Class SimpleConverterFactory
java.lang.Object
org.fuin.serialver4j.base.SimpleConverterFactory
- All Implemented Interfaces:
- ConverterFactory
public final class SimpleConverterFactory
- extends Object
- implements ConverterFactory
Converter factory that creates instances by using
Class.forName(String) and Class.newInstance().
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConverterFactory
public SimpleConverterFactory()
createConverter
public final Converter<Object,Object> createConverter(String converterClassName)
- Description copied from interface:
ConverterFactory
- Creates or returns an instance of a converter.
- Specified by:
createConverter in interface ConverterFactory
- Parameters:
converterClassName - Full qualified class name of the converter.
- Returns:
- New or existing instance of the converter.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.