Companion
Functions
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
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
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
Link copied to clipboard