External Jar Class in Dataweave We can reuse the existing External Jar Class in Dataweave without writing the java code in dataweave again. One of the external jar usage can be extending StringUtils method in Dataweave as currently Dataweave doesn’t support all the String functions as Java StringUtils does To do so we have…
Read MoreInvoke Custom Java Class using Dataweave To Invoke Custom Java Class Using Dataweave, Let’s create a project in Anypoint studio. Create Java Class in Anypoint studio Set the variable value Drag and drop Transform message and write code to invoke java class in Dataweave Dataweave Deploy the project and test …
Read More