public abstract class CompiledExpression extends Object
getValue(java.lang.Object, org.springframework.expression.EvaluationContext)
method. It is not intended
to be subclassed by user code.Constructor and Description |
---|
CompiledExpression() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getValue(Object target,
EvaluationContext context)
Subclasses of CompiledExpression generated by SpelCompiler will provide an
implementation of this method.
|
public abstract Object getValue(@Nullable Object target, @Nullable EvaluationContext context) throws EvaluationException
EvaluationException