kotlinpoet
Toggle table of contents
2.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeAliasSpec
/
Companion
Companion
jvm
object
Companion
Members
Functions
builder
Link copied to clipboard
jvm
@
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