class TypeAliasSpec
A generated typealias declaration
class Builder |
val modifiers: Set<KModifier> |
|
val name: String |
|
val type: TypeName |
|
val typeVariables: List<TypeVariableName> |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toBuilder(): Builder |
|
fun toString(): String |
fun builder(name: String, type: TypeName): Builderfun builder(name: String, type: Type): Builderfun builder(name: String, type: KClass<*>): Builder |