|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.dmn.feel.impl.juel.transform.FeelToJuelTransformImpl
public class FeelToJuelTransformImpl
| Field Summary | |
|---|---|
static FeelToJuelTransformer |
COMPARISON_TRANSFORMER
|
static List<FeelToJuelTransformer> |
CUSTOM_FUNCTION_TRANSFORMERS
|
static FeelToJuelTransformer |
ENDPOINT_TRANSFORMER
|
static FeelToJuelTransformer |
EQUAL_TRANSFORMER
|
static FeelToJuelTransformer |
HYPHEN_TRANSFORMER
|
static FeelToJuelTransformer |
INTERVAL_TRANSFORMER
|
static FeelToJuelTransformer |
LIST_TRANSFORMER
|
static FeelEngineLogger |
LOG
|
static FeelToJuelTransformer |
NOT_TRANSFORMER
|
| Constructor Summary | |
|---|---|
FeelToJuelTransformImpl()
|
|
| Method Summary | |
|---|---|
void |
addCustomFunctionTransformer(FeelToJuelTransformer functionTransformer)
Add a transformer for a custom function. |
String |
transformEndpoint(String endpoint,
String inputName)
Transform a FEEL endpoint expression to a JUEL expression. |
String |
transformSimplePositiveUnaryTest(String simplePositiveUnaryTest,
String inputName)
Transform a FEEL simple positive unary test expression to a JUEL expression. |
String |
transformSimplePositiveUnaryTests(String simplePositiveUnaryTests,
String inputName)
Transform a FEEL simple positive unary tests expression to a JUEL expression. |
String |
transformSimpleUnaryTests(String simpleUnaryTests,
String inputName)
Transform a FEEL simple unary tests expression to a JUEL expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FeelEngineLogger LOG
public static final FeelToJuelTransformer NOT_TRANSFORMER
public static final FeelToJuelTransformer HYPHEN_TRANSFORMER
public static final FeelToJuelTransformer LIST_TRANSFORMER
public static final FeelToJuelTransformer INTERVAL_TRANSFORMER
public static final FeelToJuelTransformer COMPARISON_TRANSFORMER
public static final FeelToJuelTransformer EQUAL_TRANSFORMER
public static final FeelToJuelTransformer ENDPOINT_TRANSFORMER
public static final List<FeelToJuelTransformer> CUSTOM_FUNCTION_TRANSFORMERS
| Constructor Detail |
|---|
public FeelToJuelTransformImpl()
| Method Detail |
|---|
public String transformSimpleUnaryTests(String simpleUnaryTests,
String inputName)
FeelToJuelTransform
transformSimpleUnaryTests in interface FeelToJuelTransformsimpleUnaryTests - the FEEL simple unary tests expression to transforminputName - the variable name of the input variable to test against
public String transformSimplePositiveUnaryTests(String simplePositiveUnaryTests,
String inputName)
FeelToJuelTransform
transformSimplePositiveUnaryTests in interface FeelToJuelTransformsimplePositiveUnaryTests - the FEEL simple positive unary tests expression to transforminputName - the variable name of the input variable to test against
public String transformSimplePositiveUnaryTest(String simplePositiveUnaryTest,
String inputName)
FeelToJuelTransform
transformSimplePositiveUnaryTest in interface FeelToJuelTransformsimplePositiveUnaryTest - the FEEL simple positive unary test expression to transforminputName - the variable name of the input variable to test against
public String transformEndpoint(String endpoint,
String inputName)
FeelToJuelTransform
transformEndpoint in interface FeelToJuelTransformendpoint - the FEEL endpoint expression to transforminputName - the variable name of the input variable to test against
public void addCustomFunctionTransformer(FeelToJuelTransformer functionTransformer)
FeelToJuelTransform
addCustomFunctionTransformer in interface FeelToJuelTransformfunctionTransformer - the transformer for the custom function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||