public abstract class CompiledExpression extends ObjectSE
getValue(java.lang.Object, org.springframework.expression.EvaluationContext) メソッドを実装します。ユーザーコードによってサブクラス化されることは意図されていません。| コンストラクターと説明 |
|---|
CompiledExpression() |
| 修飾子と型 | メソッドと説明 |
|---|---|
abstract ObjectSE | getValue(ObjectSE target, EvaluationContext context)SpelCompiler によって生成された CompiledExpression のサブクラスは、このメソッドの実装を提供します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic abstract ObjectSE getValue(@Nullable ObjectSE target, @Nullable EvaluationContext context) throws EvaluationException