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