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 |
---|
GeneratedKotlinFile(KotlinFile kotlinFile,
String targetProject,
String fileEncoding,
KotlinFormatter kotlinFormatter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKotlinFormatter
This class is the default formatter for generated Kotlin.
|
Modifier and Type | Method and Description |
---|---|
KotlinFormatter |
Context.getKotlinFormatter() |
Modifier and Type | Method and Description |
---|---|
static KotlinFormatter |
ObjectFactory.createKotlinFormatter(Context context) |
Copyright © 2006–2024 MyBatis.org. All rights reserved.