类 Controller
- java.lang.Object
-
- com.baomidou.mybatisplus.generator.config.builder.Controller
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classController.Builder
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 @NotNull ConverterFileNamegetConverterFileName()@Nullable java.lang.StringgetSuperClass()booleanisFileOverride()booleanisHyphenStyle()booleanisRestStyle()@NotNull java.util.Map<java.lang.String,java.lang.Object>renderData(@NotNull TableInfo tableInfo)
-
-
-
方法详细资料
-
isRestStyle
public boolean isRestStyle()
-
isHyphenStyle
public boolean isHyphenStyle()
-
getSuperClass
@Nullable public @Nullable java.lang.String getSuperClass()
-
getConverterFileName
@NotNull public @NotNull ConverterFileName getConverterFileName()
-
isFileOverride
public boolean isFileOverride()
-
renderData
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.Object> renderData(@NotNull @NotNull TableInfo tableInfo)- 指定者:
renderData在接口中ITemplate
-
-