类 InjectionConfig

java.lang.Object
com.baomidou.mybatisplus.generator.config.InjectionConfig

public class InjectionConfig extends Object
注入配置
从以下版本开始:
2016-12-07
作者:
hubin
  • 构造器详细资料

    • InjectionConfig

      public InjectionConfig()
  • 方法详细资料

    • beforeOutputFile

      public void beforeOutputFile(TableInfo tableInfo, Map<String,Object> objectMap)
      输出文件前
    • getCustomMap

      @NotNull public @NotNull Map<String,Object> getCustomMap()
      获取自定义配置 Map 对象
    • getCustomFile

      @NotNull @Deprecated public @NotNull Map<String,String> getCustomFile()
      已过时。
      已弃用,换成了customFiles,3.5.4版本会删除此方法
    • getCustomFiles

      @NotNull public @NotNull List<CustomFile> getCustomFiles()
      获取自定义模板文件列表
    • isFileOverride

      @Deprecated public boolean isFileOverride()
      已过时。
      已弃用,已放到自定义文件类CustomFile中,3.5.4版本会删除此方法