BRV
/
com.drake.brv.reflect
/
TypeList
Type
List
class
TypeList
<
T
>
Content copied to clipboard
存储类型信息的ArrayList
Constructors
Properties
Constructors
TypeList
Link copied to clipboard
fun
TypeList
(type:
KType
)
Content copied to clipboard
TypeList
Link copied to clipboard
fun <
T
>
TypeList
(type:
KType
, c:
Collection
<
T
>)
Content copied to clipboard
Properties
type
Link copied to clipboard
val
type
:
KType
Content copied to clipboard
泛型信息请包含
TypeList
本身, 例如
TypeList(typeOf<TypeList<String>>())