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