java.lang.Object
com.baomidou.mybatisplus.generator.config.builder.Controller
所有已实现的接口:
ITemplate

public class Controller extends Object implements ITemplate
控制器属性配置
从以下版本开始:
3.5.0
作者:
nieqiurong 2020/10/11.
  • 方法详细资料

    • isRestStyle

      public boolean isRestStyle()
    • isHyphenStyle

      public boolean isHyphenStyle()
    • getSuperClass

      @Nullable public @Nullable String getSuperClass()
    • getConverterFileName

      @NotNull public @NotNull ConverterFileName getConverterFileName()
    • isFileOverride

      public boolean isFileOverride()
    • renderData

      @NotNull public @NotNull Map<String,Object> renderData(@NotNull @NotNull TableInfo tableInfo)
      指定者:
      renderData 在接口中 ITemplate