public interface MVELExecutor
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(String expression) |
<T> T |
eval(String expression,
Class<T> toType) |
Object |
eval(String expression,
Map<String,Object> vars) |
<T> T |
eval(String expression,
Map<String,Object> vars,
Class<T> toType) |
Object |
eval(String expression,
Object ctx) |
<T> T |
eval(String expression,
Object ctx,
Class<T> toType) |
Object |
eval(String expression,
Object ctx,
Map<String,Object> vars) |
<T> T |
eval(String expression,
Object ctx,
Map<String,Object> vars,
Class<T> toType) |
String |
evalToString(String singleValue) |
Object |
executeExpression(Object compiledExpression) |
Object |
executeExpression(Object compiledExpression,
Map vars) |
<T> T |
executeExpression(Object compiledExpression,
Map vars,
Class<T> toType) |
Object |
executeExpression(Object compiledExpression,
Object ctx) |
<T> T |
executeExpression(Object compiledExpression,
Object ctx,
Class<T> toType) |
Object |
executeExpression(Object compiledExpression,
Object ctx,
Map vars) |
<T> T |
executeExpression(Object compiledExpression,
Object ctx,
Map vars,
Class<T> toType) |
String |
soundex(String s) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.