| Package | Description |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.api.dom | |
| org.mybatis.generator.config | |
| org.mybatis.generator.internal |
| Constructor and Description |
|---|
GeneratedJavaFile(CompilationUnit compilationUnit,
String targetProject,
JavaFormatter javaFormatter)
Instantiates a new generated java file.
|
GeneratedJavaFile(CompilationUnit compilationUnit,
String targetProject,
String fileEncoding,
JavaFormatter javaFormatter)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJavaFormatter
This class is the default formatter for generated Java.
|
| Modifier and Type | Method and Description |
|---|---|
JavaFormatter |
Context.getJavaFormatter()
Gets the java formatter.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaFormatter |
ObjectFactory.createJavaFormatter(Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.