类 SpelExpression

  • 所有已实现的接口:
    Expression

    public class SpelExpression
    extends Object
    implements Expression
    A SpelExpression represents a parsed (valid) expression that is ready to be evaluated in a specified context. An expression can be evaluated standalone or in a specified context. During expression evaluation the context may be asked to resolve references to types, beans, properties, and methods.
    从以下版本开始:
    3.0
    作者:
    Andy Clement, Juergen Hoeller