public static class KotlinType.Builder extends KotlinNamedItemContainer.NamedItemContainerBuilder<KotlinType.Builder>
Modifier and Type | Method and Description |
---|---|
KotlinType |
build() |
KotlinType.Builder |
getThis() |
KotlinType.Builder |
withConstructorProperty(KotlinProperty kotlinProperty) |
KotlinType.Builder |
withSuperType(String superType) |
withNamedItem
withAnnotation, withModifier
public KotlinType.Builder withConstructorProperty(KotlinProperty kotlinProperty)
public KotlinType.Builder withSuperType(String superType)
public KotlinType.Builder getThis()
getThis
in class KotlinNamedItemContainer.NamedItemContainerBuilder<KotlinType.Builder>
public KotlinType build()
Copyright © 2006–2022 MyBatis.org. All rights reserved.