Package org.kie.dmn.feel.codegen.feel11
Class CompiledFEELSemanticMappings
- java.lang.Object
-
- org.kie.dmn.feel.codegen.feel11.CompiledFEELSemanticMappings
-
public abstract class CompiledFEELSemanticMappings extends Object
The purpose of this class is to offer import .* methods to compiled FEEL classes compiling expressions. Implementing DMN FEEL spec chapter 10.3.2.12 Semantic mappings
-
-
Constructor Summary
Constructors Constructor Description CompiledFEELSemanticMappings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TcoerceTo(Class<?> paramType, Object value)static Objectpow(Object left, Object right)
-