public interface ExpressionEvaluator
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateLiteralExpression(String rawExpression,
String className,
List<String> genericClasses) |
ExpressionEvaluatorResult |
evaluateUnaryExpression(String rawExpression,
Object resultValue,
Class<?> resultClass) |
String |
fromObjectToExpression(Object value) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.