Class ValueRef.NullValueRef
java.lang.Object
org.springframework.expression.spel.ast.ValueRef.NullValueRef
- All Implemented Interfaces:
 ValueRef
- Enclosing interface:
 ValueRef
- 
Nested Class Summary
Nested classes/interfaces inherited from interface ValueRef
ValueRef.NullValueRef, ValueRef.TypedValueHolderValueRef - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value this ValueRef points to, it should not require expression component re-evaluation.booleanIndicates whether calling setValue(Object) is supported.voidSets the value this ValueRef points to, it should not require expression component re-evaluation. 
- 
Constructor Details
- 
NullValueRef
public NullValueRef() 
 - 
 - 
Method Details
- 
getValue
Description copied from interface:ValueRefReturns the value this ValueRef points to, it should not require expression component re-evaluation. - 
setValue
 - 
isWritable
public boolean isWritable()Description copied from interface:ValueRefIndicates whether calling setValue(Object) is supported.- Specified by:
 isWritablein interfaceValueRef- Returns:
 - true if setValue() is supported for this value reference.
 
 
 -