com.ktanx.autocoder.task.TaskProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktanx-autocoder Show documentation
Show all versions of ktanx-autocoder Show documentation
ktanx-autocoder is a java code generate kit.
The newest version!
package com.ktanx.autocoder.task;
import com.ktanx.autocoder.config.CodeTask;
import com.ktanx.autocoder.config.Configuration;
import com.ktanx.autocoder.config.TableMetaData;
import java.util.Map;
public interface TaskProcessor {
/**
* 处理生成任务
*
* @param tableMetaData the table meta data
* @param codeTask the code task
* @param allTaskInfoMap the all task info map
* @param configuration the configuration
*/
void doTask(TableMetaData tableMetaData, CodeTask codeTask, Map> allTaskInfoMap, Configuration configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy