public abstract class CompiledExpression
extends java.lang.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 java.lang.Object |
getValue(java.lang.Object target,
EvaluationContext context)
Subclasses of CompiledExpression generated by SpelCompiler will provide an
implementation of this method.
|
public abstract java.lang.Object getValue(@Nullable java.lang.Object target, @Nullable EvaluationContext context) throws EvaluationException
EvaluationException