kotlinpoet
/
com.squareup.kotlinpoet
/
PropertySpec
/
Companion
/
builder
builder
@
JvmStatic
()
fun
builder
(name:
String
, type:
TypeName
, vararg modifiers:
KModifier
):
PropertySpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
Type
, vararg modifiers:
KModifier
):
PropertySpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
KClass
<*>, vararg modifiers:
KModifier
):
PropertySpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
TypeName
, modifiers:
Iterable
<
KModifier
>):
PropertySpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
Type
, modifiers:
Iterable
<
KModifier
>):
PropertySpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
KClass
<*>, modifiers:
Iterable
<
KModifier
>):
PropertySpec.Builder
Content copied to clipboard