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