org.zeroexchange.dao.importing.importer
Class DefaultDataImportersFactory
java.lang.Object
org.zeroexchange.common.AbstractBeansRegistry<T>
org.zeroexchange.common.TypedBeansRegistry<P>
org.zeroexchange.common.processors.AbstractDataProcessorsRegistry<DataImporter<? super Object>>
org.zeroexchange.dao.importing.importer.DefaultDataImportersFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, BeansRegistry<DataImporter<? super Object>>, DataImportersFactory
public class DefaultDataImportersFactory
- extends AbstractDataProcessorsRegistry<DataImporter<? super Object>>
- implements DataImportersFactory
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDataImportersFactory
public DefaultDataImportersFactory()
importData
public void importData(Object dataRepresentation)
- Imports the data from the specified representation.
- Specified by:
importData
in interface DataImportersFactory
getBeanClass
protected Class<?> getBeanClass()
- Specified by:
getBeanClass
in class TypedBeansRegistry<DataImporter<? super Object>>
Copyright © 2013. All Rights Reserved.