Package org.drools.mvelcompiler.util
Class CoercionUtils
- java.lang.Object
-
- org.drools.mvelcompiler.util.CoercionUtils
-
public class CoercionUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPUT_CALL
-
Constructor Summary
Constructors Constructor Description CoercionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.github.javaparser.ast.expr.ExpressioncoerceMapValueToString(java.util.Optional<java.lang.reflect.Type> type, com.github.javaparser.ast.expr.Expression originalValue)
-
-
-
Field Detail
-
PUT_CALL
public static final java.lang.String PUT_CALL
- See Also:
- Constant Field Values
-
-