toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.util
/
SpelUtils
/
parse
parse
open
fun
parse
(
spel
:
String
,
method
:
Method
,
args
:
Array
<
Any
>
)
:
String
open
fun
parse
(
rootObject
:
Any
,
spel
:
String
,
method
:
Method
,
args
:
Array
<
Any
>
)
:
String
支持 #p0 参数索引的表达式解析
Return
解析后的字符串
Parameters
root
Object
根对象,method 所在的对象
spel
表达式
method
目标方法
args
方法入参