Class ValueRef.NullValueRef
java.lang.Object
org.springframework.expression.spel.ast.ValueRef.NullValueRef
- All Implemented Interfaces:
- ValueRef
- Enclosing interface:
- ValueRef
A ValueRef for the null value.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.springframework.expression.spel.ast.ValueRefValueRef.NullValueRef, ValueRef.TypedValueHolderValueRef
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
NullValueRefpublic NullValueRef()
 
- 
- 
Method Details- 
getValueDescription copied from interface:ValueRefReturns the value this ValueRef points to, it should not require expression component re-evaluation.
- 
setValueDescription copied from interface:ValueRefSets the value this ValueRef points to, it should not require expression component re-evaluation.
- 
isWritablepublic boolean isWritable()Description copied from interface:ValueRefIndicates whether calling setValue(Object) is supported.- Specified by:
- isWritablein interface- ValueRef
- Returns:
- true if setValue() is supported for this value reference.
 
 
-