public class SpringELExpression extends Object implements Expression
| Constructor and Description |
|---|
SpringELExpression(org.springframework.expression.Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Gets get expression string.
|
Object |
getValue(Object elContext)
Gets get value.
|
void |
setValue(Object value,
Object elContext)
Sets set value.
|
public SpringELExpression(org.springframework.expression.Expression expression)
public Object getValue(Object elContext)
ExpressiongetValue in interface ExpressionelContext - the el contextpublic void setValue(Object value, Object elContext)
ExpressionsetValue in interface Expressionvalue - the valueelContext - the el contextpublic String getExpressionString()
ExpressiongetExpressionString in interface ExpressionCopyright © 2023 Seata. All rights reserved.