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