Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 2.x is support Expression Language,How to use in 3.x #335

Open
fudewei1 opened this issue Sep 11, 2024 · 0 comments
Open

version 2.x is support Expression Language,How to use in 3.x #335

fudewei1 opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@fudewei1
Copy link

version 2x for example ;

Transformer transformer = TransformerFactory.createTransformer(is, os);
 ...
 JexlExpressionEvaluator evaluator = (JexlExpressionEvaluator) transformer.getTransformationConfig().getExpressionEvaluator();
 Map<String, Object> functionMap = new HashMap<>();
 functionMap.put("demo", new JexlCustomFunctionDemo());
 evaluator.getJexlEngine().setFunctions(functionMap);

How to use in 3.x?

@fudewei1 fudewei1 added the enhancement New feature or request label Sep 11, 2024
@SoltauFintel SoltauFintel added question Further information is requested and removed enhancement New feature or request labels Sep 29, 2024
@SoltauFintel SoltauFintel self-assigned this Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants