Companion

object Companion

Functions

builder
Link copied to clipboard
fun builder(name: String, type: TypeName): TypeAliasSpec.Builder
@DelicateKotlinPoetApi(message = Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead.)
fun builder(name: String, type: Type): TypeAliasSpec.Builder
fun builder(name: String, type: KClass<*>): TypeAliasSpec.Builder