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