//tempest-internal/app.cash.tempest.internal/ClassMember
ClassMember¶
[jvm]\ data class ClassMember(val annotations: List<Annotation>, val returnType: KType, val javaMethod: Method)
Constructors¶
ClassMember | [jvm] constructor(annotations: List<Annotation>, returnType: KType, javaMethod: Method) |
Properties¶
Name | Summary |
---|---|
annotations | [jvm] val annotations: List<Annotation> |
javaMethod | [jvm] val javaMethod: Method |
returnType | [jvm] val returnType: KType |