Package | Description |
---|---|
org.mybatis.generator.api.dom.kotlin | |
org.mybatis.generator.api.dom.kotlin.render |
Modifier and Type | Method and Description |
---|---|
static KotlinModifier |
KotlinModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KotlinModifier[] |
KotlinModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<KotlinModifier> |
KotlinNamedItem.getModifiers() |
Modifier and Type | Method and Description |
---|---|
T |
KotlinNamedItem.AbstractBuilder.withModifier(KotlinModifier modifier) |
Modifier and Type | Method and Description |
---|---|
static String |
KotlinRenderingUtilities.renderModifiers(List<KotlinModifier> modifiers) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.