ktorfit-ksp
/
de.jensklingenberg.ktorfit.model
/
MyParam
My
Param
data class
MyParam
(name:
String
, type:
MyType
, annotations:
List
<
ParamAnnotation
>, hasRequestBuilderAnno:
Boolean
)
Content copied to clipboard
Properties
Extensions
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
ParamAnnotation
>
Content copied to clipboard
hasRequestBuilderAnno
Link copied to clipboard
val
hasRequestBuilderAnno
:
Boolean
= false
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
MyType
Content copied to clipboard
Extensions
find
Annotation
Or
Null
Link copied to clipboard
inline fun <
T
>
MyParam
.
findAnnotationOrNull
():
T
?
Content copied to clipboard
has
Annotation
Link copied to clipboard
inline fun <
T
>
MyParam
.
hasAnnotation
():
Boolean
Content copied to clipboard