Package org.mybatis.generator.codegen
Class AbstractGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
- Direct Known Subclasses:
AbstractJavaGenerator,AbstractJavaMapperMethodGenerator,AbstractJavaProviderMethodGenerator,AbstractKotlinGenerator,AbstractXmlElementGenerator,AbstractXmlGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Contextprotected IntrospectedTableprotected ProgressCallback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContext(Context context) voidsetIntrospectedTable(IntrospectedTable introspectedTable) voidsetProgressCallback(ProgressCallback progressCallback) voidsetWarnings(List<String> warnings)
-
Field Details
-
context
-
introspectedTable
-
warnings
-
progressCallback
-
-
Constructor Details
-
AbstractGenerator
protected AbstractGenerator()
-
-
Method Details
-
setContext
-
setIntrospectedTable
-
setWarnings
-
setProgressCallback
-