kotlinpoet
1.14.0
jvm
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeAliasSpec
/
Companion
Companion
object
Companion
Members
Functions
builder
Link copied to clipboard
@
JvmStatic
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."
)
@
JvmStatic
fun
builder
(
name
:
String
,
type
:
Type
)
:
TypeAliasSpec.Builder
@
JvmStatic
fun
builder
(
name
:
String
,
type
:
KClass
<
*
>
)
:
TypeAliasSpec.Builder