davhunter / mule4-dataaggregation-api

Process API written for the Mule4 Runtime, which aggregates data from various System APIs (according to a pre-defined data format). An Admin API is included, for updating the list of sources.
0 stars 0 forks source link

migrate custom java helper code into MUnit #8

Open davhunter opened 5 years ago

davhunter commented 5 years ago

Think some of the calls to the custom Java JSON helper can be changed into DataWeave transformations in the MUnit, eliminating the need for that class

davhunter commented 5 years ago

It may simply be using the File connector, or maybe combining that with DW to convert to Java

davhunter commented 5 years ago