nl.bstoi.poiparser.core.strategy.factory
Class DefaultConverterFactory
java.lang.Object
nl.bstoi.poiparser.core.strategy.factory.DefaultConverterFactory
public class DefaultConverterFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConverterFactory
public DefaultConverterFactory()
getConverter
public Converter<?> getConverter(Class<?> type)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException
registerConverter
public void registerConverter(Class<?> type,
Class<? extends Converter<?>> converterType)
getTypeConvertorMap
public Map<Class<?>,Class<? extends Converter<?>>> getTypeConvertorMap()
Copyright © 2011 BSTOI.NL. All Rights Reserved.