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

rootObject

根对象,method 所在的对象

spel

表达式

method

目标方法

args

方法入参