Package | Description |
---|---|
org.mybatis.generator.api.dom.kotlin | |
org.mybatis.generator.api.dom.kotlin.render |
Modifier and Type | Class and Description |
---|---|
class |
KotlinFunction |
class |
KotlinNamedItemContainer |
class |
KotlinProperty |
class |
KotlinType |
Modifier and Type | Method and Description |
---|---|
List<KotlinNamedItem> |
KotlinNamedItemContainer.getNamedItems() |
List<KotlinNamedItem> |
KotlinFile.getNamedItems() |
Modifier and Type | Method and Description |
---|---|
void |
KotlinNamedItemContainer.addNamedItem(KotlinNamedItem namedItem) |
void |
KotlinFile.addNamedItem(KotlinNamedItem namedItem) |
T |
KotlinNamedItemContainer.NamedItemContainerBuilder.withNamedItem(KotlinNamedItem namedItem) |
Modifier and Type | Method and Description |
---|---|
List<String> |
KotlinNamedItemRenderer.render(KotlinNamedItem namedItem) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.