クラス ValueExpression<V>
java.lang.ObjectSE
org.springframework.integration.expression.ValueExpression<V>
- 型パラメーター:
V- - 期待値の型。
- 実装されているすべてのインターフェース:
Expression
不変の値を表す
Expression インターフェースの非常に単純なハードコードされた実装。これは、式の評価のコンテキストで値ホルダーとして使用されます。- 導入:
- 4.0
- 作成者:
- Artem Bilan, Gary Russell
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getValue()<T> T<T> TgetValue(EvaluationContext context) <T> TgetValue(EvaluationContext context, @Nullable ClassSE<T> desiredResultType) getValue(EvaluationContext context, @Nullable ObjectSE rootObject) <T> TgetValue(EvaluationContext context, @Nullable ObjectSE rootObject, @Nullable ClassSE<T> desiredResultType) getValueType(@Nullable ObjectSE rootObject) getValueType(EvaluationContext context) getValueType(EvaluationContext context, @Nullable ObjectSE rootObject) getValueTypeDescriptor(@Nullable ObjectSE rootObject) getValueTypeDescriptor(EvaluationContext context) getValueTypeDescriptor(EvaluationContext context, @Nullable ObjectSE rootObject) booleanisWritable(@Nullable ObjectSE rootObject) booleanisWritable(EvaluationContext context) booleanisWritable(EvaluationContext context, @Nullable ObjectSE rootObject) voidvoidsetValue(EvaluationContext context, @Nullable ObjectSE value) voidsetValue(EvaluationContext context, @Nullable ObjectSE rootObject, @Nullable ObjectSE value) toString()
コンストラクターの詳細
ValueExpression
メソッドの詳細
getValue
- 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
- 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
- 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
public V getValue(EvaluationContext context, @Nullable ObjectSE rootObject) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
public <T> T getValue(@Nullable ObjectSE rootObject, @Nullable ClassSE<T> desiredResultType) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
- 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
public <T> T getValue(EvaluationContext context, @Nullable ObjectSE rootObject, @Nullable ClassSE<T> desiredResultType) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValue
public <T> T getValue(EvaluationContext context, @Nullable ClassSE<T> desiredResultType) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValue - 例外:
EvaluationException
getValueType
- 次で指定:
- インターフェース
ExpressionのgetValueType - 例外:
EvaluationException
getValueType
- 次で指定:
- インターフェース
ExpressionのgetValueType - 例外:
EvaluationException
getValueType
- 次で指定:
- インターフェース
ExpressionのgetValueType - 例外:
EvaluationException
getValueType
public ClassSE<V> getValueType(EvaluationContext context, @Nullable ObjectSE rootObject) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValueType - 例外:
EvaluationException
getValueTypeDescriptor
- 次で指定:
- インターフェース
ExpressionのgetValueTypeDescriptor - 例外:
EvaluationException
getValueTypeDescriptor
public TypeDescriptor getValueTypeDescriptor(@Nullable ObjectSE rootObject) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValueTypeDescriptor - 例外:
EvaluationException
getValueTypeDescriptor
- 次で指定:
- インターフェース
ExpressionのgetValueTypeDescriptor - 例外:
EvaluationException
getValueTypeDescriptor
public TypeDescriptor getValueTypeDescriptor(EvaluationContext context, @Nullable ObjectSE rootObject) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのgetValueTypeDescriptor - 例外:
EvaluationException
isWritable
- 次で指定:
- インターフェース
ExpressionのisWritable - 例外:
EvaluationException
isWritable
public boolean isWritable(EvaluationContext context, @Nullable ObjectSE rootObject) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのisWritable - 例外:
EvaluationException
isWritable
- 次で指定:
- インターフェース
ExpressionのisWritable - 例外:
EvaluationException
setValue
public void setValue(EvaluationContext context, @Nullable ObjectSE value) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのsetValue - 例外:
EvaluationException
setValue
public void setValue(@Nullable ObjectSE rootObject, @Nullable ObjectSE value) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのsetValue - 例外:
EvaluationException
setValue
public void setValue(EvaluationContext context, @Nullable ObjectSE rootObject, @Nullable ObjectSE value) throws EvaluationException - 次で指定:
- インターフェース
ExpressionのsetValue - 例外:
EvaluationException
getExpressionString
- 次で指定:
- インターフェース
ExpressionのgetExpressionString
toString