Class SpelExpression

  • All Implemented Interfaces:
    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.
    Since:
    3.0
    Author:
    Andy Clement, Juergen Hoeller