Package | Description |
---|---|
org.springframework.expression.spel.ast |
SpEL's abstract syntax tree.
|
org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
Modifier and Type | Method and Description |
---|---|
TypedValue |
VariableReference.getValueInternal(ExpressionState state) |
TypedValue |
Literal.getValueInternal(ExpressionState state) |
ValueRef |
VariableReference.getValueRef(ExpressionState state) |
boolean |
VariableReference.isWritable(ExpressionState expressionState) |
boolean |
Indexer.isWritable(ExpressionState expressionState) |
Modifier and Type | Method and Description |
---|---|
int |
StandardTypeComparator.compare(Object left,
Object right) |
static boolean |
ReflectionHelper.convertAllArguments(TypeConverter converter,
Object[] arguments,
Method method)
Convert a supplied set of arguments into the requested types.
|