is it possible to import Java class to DMN in all the guides you have to make your own custom data object, but I have very complex class Application with more than 100 fields. Is there any way I can import this object to dmn for usage?
F.e. I have class Application and in dmn I want to change Application.user.data.value depending on Application.weather.hasSun condition?