类的使用
cn.taketoday.expression.spel.CompiledExpression
使用CompiledExpression的程序包
-
cn.taketoday.expression.spel.standard中CompiledExpression的使用
修饰符和类型方法说明SpelCompiler.compile(SpelNodeImpl expression) Attempt compilation of the supplied expression.返回变量类型为CompiledExpression的类型的cn.taketoday.expression.spel.standard中的方法修饰符和类型方法说明private Class<? extends CompiledExpression>SpelCompiler.createExpressionClass(SpelNodeImpl expressionToCompile) Generate the class that encapsulates the compiled expression and define it.