ValueRef.NullValueRef, ValueRef.TypedValueHolderValueRef| 构造器和说明 |
|---|
TypedValueHolderValueRef(TypedValue typedValue,
SpelNodeImpl node) |
| 限定符和类型 | 方法和说明 |
|---|---|
TypedValue |
getValue()
Returns the value this ValueRef points to, it should not require expression
component re-evaluation.
|
boolean |
isWritable()
Indicates whether calling setValue(Object) is supported.
|
void |
setValue(Object newValue)
Sets the value this ValueRef points to, it should not require expression component
re-evaluation.
|
public TypedValueHolderValueRef(TypedValue typedValue, SpelNodeImpl node)
public TypedValue getValue()
ValueRefpublic void setValue(@Nullable
Object newValue)
ValueRefpublic boolean isWritable()
ValueRefisWritable 在接口中 ValueRef