Parameter Spec
A generated parameter declaration.
Constructors
Link copied to clipboard
fun ParameterSpec( name: String, type: TypeName, vararg modifiers: KModifier)
Content copied to clipboard
Link copied to clipboard
fun ParameterSpec( name: String, type: TypeName, modifiers: Iterable<KModifier>)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Returns the tag attached with type as a key, or null if no tag is attached with that key.
Returns the tag attached with type as a key, or null if no tag is attached with that key.
Link copied to clipboard
fun toBuilder(name: String = this.name, type: TypeName = this.type): ParameterSpec.Builder
Content copied to clipboard