Uses of Interface
org.springframework.expression.spel.ast.ValueRef
-
Uses of ValueRef in org.springframework.expression.spel.ast
Modifier and TypeClassDescriptionstatic class
A ValueRef for the null value.static class
A ValueRef holder for a single value, which cannot be set.Modifier and TypeMethodDescriptionprotected ValueRef
CompoundExpression.getValueRef
(ExpressionState state) protected ValueRef
Indexer.getValueRef
(ExpressionState state) protected ValueRef
MethodReference.getValueRef
(ExpressionState state) protected ValueRef
Projection.getValueRef
(ExpressionState state) PropertyOrFieldReference.getValueRef
(ExpressionState state) protected ValueRef
Selection.getValueRef
(ExpressionState state) protected ValueRef
SpelNodeImpl.getValueRef
(ExpressionState state) VariableReference.getValueRef
(ExpressionState state)