Builder
Functions
add Annotation
Link copied to clipboard
add Annotations
Link copied to clipboard
fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): ParameterSpec.Builder
Content copied to clipboard
add Kdoc
Link copied to clipboard
add Modifiers
Link copied to clipboard
build
Link copied to clipboard
default Value
Link copied to clipboard
fun defaultValue(format: String, vararg args: Any?): ParameterSpec.Builder
Content copied to clipboard
jvm Modifiers
Link copied to clipboard
tag
Link copied to clipboard
Attaches tag to the request using type as a key. Tags can be read from a request using Taggable.tag. Use null to remove any existing tag assigned for type.
Properties
annotations
Link copied to clipboard
kdoc
Link copied to clipboard
modifiers
Link copied to clipboard
tags
Link copied to clipboard
Extensions
tag
Link copied to clipboard
inline fun <T : Any> ParameterSpec.Builder.tag(tag: T?): ParameterSpec.Builder
Content copied to clipboard
Attaches tag to the request using T as a key. Tags can be read from a request using Taggable.tag. Use null to remove any existing tag assigned for T.