Package | Description |
---|---|
org.springframework.expression.spel.ast | |
org.springframework.expression.spel.support |
Modifier and Type | Method and Description |
---|---|
TypedValue |
Literal.getValueInternal(ExpressionState state) |
TypedValue |
VariableReference.getValueInternal(ExpressionState state) |
boolean |
Indexer.isWritable(ExpressionState expressionState) |
boolean |
VariableReference.isWritable(ExpressionState expressionState) |
boolean |
PropertyOrFieldReference.isWritable(ExpressionState state) |
boolean |
PropertyOrFieldReference.isWritableProperty(String name,
ExpressionState state) |
void |
VariableReference.setValue(ExpressionState state,
Object value) |
void |
PropertyOrFieldReference.setValue(ExpressionState state,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
int |
StandardTypeComparator.compare(Object left,
Object right) |
static void |
ReflectionHelper.convertAllArguments(TypeConverter converter,
Object[] arguments,
Method method)
Convert a supplied set of arguments into the requested types.
|
Copyright © 2012. All Rights Reserved.