All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.javaprinciples.data.transformer.SourceDestinationAttributeMapperBeanFactory Maven / Gradle / Ivy

The newest version!
package net.sf.javaprinciples.data.transformer;

/**
 * Bean Factory to create source to destination attribute mappers.
 *
 * @author Warwick Slade
 */
public interface SourceDestinationAttributeMapperBeanFactory
{
    ModelElementSourceDestinationMapper createModelElementMapper(String mapperName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy