|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeelToJuelTransform
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String transformSimpleUnaryTests(String simpleUnaryTests,
String inputName)
simpleUnaryTests - the FEEL simple unary tests expression to transforminputName - the variable name of the input variable to test against
String transformSimplePositiveUnaryTests(String simplePositiveUnaryTests,
String inputName)
simplePositiveUnaryTests - the FEEL simple positive unary tests expression to transforminputName - the variable name of the input variable to test against
String transformSimplePositiveUnaryTest(String simplePositiveUnaryTest,
String inputName)
simplePositiveUnaryTest - the FEEL simple positive unary test expression to transforminputName - the variable name of the input variable to test against
String transformEndpoint(String endpoint,
String inputName)
endpoint - the FEEL endpoint expression to transforminputName - the variable name of the input variable to test against
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||