public class ExtensionCommentGenerator extends Object implements org.mybatis.generator.api.CommentGenerator
| Constructor and Description |
|---|
ExtensionCommentGenerator()
Instantiates a new Extension comment generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClassAnnotation(org.mybatis.generator.api.dom.java.InnerClass innerClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports) |
void |
addClassComment(org.mybatis.generator.api.dom.java.InnerClass innerClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable) |
void |
addClassComment(org.mybatis.generator.api.dom.java.InnerClass innerClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
boolean markAsDoNotDelete) |
void |
addComment(org.mybatis.generator.api.dom.xml.XmlElement xmlElement) |
void |
addConfigurationProperties(Properties properties) |
void |
addEnumComment(org.mybatis.generator.api.dom.java.InnerEnum innerEnum,
org.mybatis.generator.api.IntrospectedTable introspectedTable) |
void |
addFieldAnnotation(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports) |
void |
addFieldAnnotation(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports) |
void |
addFieldComment(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable) |
void |
addFieldComment(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn) |
void |
addGeneralMethodAnnotation(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports) |
void |
addGeneralMethodAnnotation(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports) |
void |
addGeneralMethodComment(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable) |
void |
addGetterComment(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn) |
void |
addJavaFileComment(org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit) |
void |
addModelClassComment(org.mybatis.generator.api.dom.java.TopLevelClass topLevelClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable) |
void |
addRootComment(org.mybatis.generator.api.dom.xml.XmlElement rootElement) |
void |
addSetterComment(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn) |
public ExtensionCommentGenerator()
public void addConfigurationProperties(Properties properties)
addConfigurationProperties in interface org.mybatis.generator.api.CommentGeneratorpublic void addFieldComment(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn)
addFieldComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addFieldComment(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable)
addFieldComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addModelClassComment(org.mybatis.generator.api.dom.java.TopLevelClass topLevelClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable)
addModelClassComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addClassComment(org.mybatis.generator.api.dom.java.InnerClass innerClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable)
addClassComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addClassComment(org.mybatis.generator.api.dom.java.InnerClass innerClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
boolean markAsDoNotDelete)
addClassComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addEnumComment(org.mybatis.generator.api.dom.java.InnerEnum innerEnum,
org.mybatis.generator.api.IntrospectedTable introspectedTable)
addEnumComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addGetterComment(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn)
addGetterComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addSetterComment(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn)
addSetterComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addGeneralMethodComment(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable)
addGeneralMethodComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addJavaFileComment(org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit)
addJavaFileComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addComment(org.mybatis.generator.api.dom.xml.XmlElement xmlElement)
addComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addRootComment(org.mybatis.generator.api.dom.xml.XmlElement rootElement)
addRootComment in interface org.mybatis.generator.api.CommentGeneratorpublic void addGeneralMethodAnnotation(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports)
addGeneralMethodAnnotation in interface org.mybatis.generator.api.CommentGeneratorpublic void addGeneralMethodAnnotation(org.mybatis.generator.api.dom.java.Method method,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports)
addGeneralMethodAnnotation in interface org.mybatis.generator.api.CommentGeneratorpublic void addFieldAnnotation(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports)
addFieldAnnotation in interface org.mybatis.generator.api.CommentGeneratorpublic void addFieldAnnotation(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports)
addFieldAnnotation in interface org.mybatis.generator.api.CommentGeneratorpublic void addClassAnnotation(org.mybatis.generator.api.dom.java.InnerClass innerClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
Set<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType> imports)
addClassAnnotation in interface org.mybatis.generator.api.CommentGeneratorCopyright © 2022. All rights reserved.