Class KotlinType
java.lang.Object
org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer
org.mybatis.generator.api.dom.kotlin.KotlinType
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer
KotlinNamedItemContainer.NamedItemContainerBuilder<T extends KotlinNamedItemContainer.NamedItemContainerBuilder<T>>Nested classes/interfaces inherited from class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
KotlinNamedItem.AbstractBuilder<T extends KotlinNamedItem.AbstractBuilder<T>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<KotlinProperty> static final Stringprivate final KotlinType.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(KotlinNamedItemVisitor<R> visitor) voidaddConstructorProperty(KotlinProperty property) voidaddSuperType(String superType) getType()static KotlinType.Builderstatic KotlinType.Builderstatic KotlinType.BuildernewCompanionObject(String name) static KotlinType.BuildernewInterface(String name) static KotlinType.BuilderMethods inherited from class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer
addNamedItem, getNamedItemsMethods inherited from class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
addAnnotation, getAnnotations, getModifiers, getName
-
Field Details
-
DEFAULT_COMPANION_OBJECT_NAME
- See Also:
-
constructorProperties
-
type
-
superTypes
-
-
Constructor Details
-
KotlinType
-
-
Method Details
-
getConstructorProperties
-
getType
-
getSuperTypes
-
addConstructorProperty
-
addSuperType
-
accept
- Specified by:
acceptin classKotlinNamedItem
-
newClass
-
newInterface
-
newObject
-
newCompanionObject
-
newCompanionObject
-