Package | Description |
---|---|
org.springframework.expression.spel.ast | |
org.springframework.expression.spel.support |
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 |
PropertyOrFieldReference.isWritable(ExpressionState state) |
boolean |
Indexer.isWritable(ExpressionState expressionState) |
boolean |
PropertyOrFieldReference.isWritableProperty(java.lang.String name,
TypedValue contextObject,
EvaluationContext eContext) |
void |
VariableReference.setValue(ExpressionState state,
java.lang.Object value) |
void |
PropertyOrFieldReference.setValue(ExpressionState state,
java.lang.Object newValue) |
Modifier and Type | Method and Description |
---|---|
int |
StandardTypeComparator.compare(java.lang.Object left,
java.lang.Object right) |
static void |
ReflectionHelper.convertAllArguments(TypeConverter converter,
java.lang.Object[] arguments,
java.lang.reflect.Method method)
Convert a supplied set of arguments into the requested types.
|
Copyright © 2021. All rights reserved.