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

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

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

/**
 * ModelElementMapper implementations require different constructions.
 * The ModelElementMapperFactory will construct the ModelElementMapper and then delegate to this interface to
 * complete construction.
 *
 * @author Warwick Slade
 */
public interface ModelElementMapperBuilder
{
    public void build(T mapperModelElement, TransformerFactory.DIRECTION_TYPE direction);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy