Is it possible to generate java classes from a Drools DMN file's custom data types?

69 views Asked by At

I can't find a way to export the custom data types created in the VSCode DMN Editor into Java classes.

I see that you can go in the other direction and import Java classes, but there must be a way to go the other way around. I would expect that Java classes could be created and added to the kjar so I can pick them up in my Java project when I add the kjar as a dependency.

My custom data types: https://i.stack.imgur.com/tYNk8.png

0

There are 0 answers