Package | Description |
---|---|
org.mybatis.generator.api.dom.kotlin | |
org.mybatis.generator.api.dom.kotlin.render | |
org.mybatis.generator.runtime.kotlin.elements |
Modifier and Type | Method and Description |
---|---|
KotlinArg |
KotlinArg.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<KotlinArg> |
KotlinFunction.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
KotlinFunction.addArgument(KotlinArg argument) |
KotlinFunction.Builder |
KotlinFunction.Builder.withArgument(KotlinArg argument) |
Modifier and Type | Method and Description |
---|---|
String |
KotlinArgRenderer.render(KotlinArg kotlinArg) |
Modifier and Type | Method and Description |
---|---|
List<KotlinArg> |
KotlinFunctionParts.getArguments() |
Modifier and Type | Method and Description |
---|---|
KotlinFunctionParts.Builder |
KotlinFunctionParts.Builder.withArgument(KotlinArg argument) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.