Package | Description |
---|---|
org.mybatis.generator.api.dom.kotlin |
Modifier and Type | Method and Description |
---|---|
KotlinType.Builder |
KotlinType.Builder.getThis() |
static KotlinType.Builder |
KotlinType.newClass(String name) |
static KotlinType.Builder |
KotlinType.newInterface(String name) |
static KotlinType.Builder |
KotlinType.newObject(String name) |
KotlinType.Builder |
KotlinType.Builder.withConstructorProperty(KotlinProperty kotlinProperty) |
KotlinType.Builder |
KotlinType.Builder.withSuperType(String superType) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.