Interface FilePathResolver
-
public interface FilePathResolver文件位置解析器,即指示生成的文件应该放在哪里。
函数参数templateName: 模板文件的名称 DaoKt, EntityKt, DaoJava, EntityJava, SingleFileKt, SingleFileJava等。
需要返回的是:生成的文件应该放在哪个文件夹里面。
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaFilePathresolve(String templateName)
-
-
-
Method Detail
-
resolve
JavaFilePath resolve(String templateName)
-
-