mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.data.java
/
JavaAutoSavePluginData
/
Companion
Companion
object
Companion
Since
2.11
Members
Functions
create
KType
Link copied to clipboard
@
JvmStatic
fun
<
T
:
Any
>
createKType
(
clazz
:
Class
<
T
>
,
vararg
genericArguments
:
KType
)
:
KType
根据
Class
及泛型参数获得一个不可为
null
的类型
@
JvmStatic
fun
<
T
:
Any
>
createKType
(
clazz
:
Class
<
T
>
,
nullable
:
Boolean
,
vararg
genericArguments
:
KType
)
:
KType
根据
Class
及泛型参数获得一个类型