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