-
Enhancement
-
Resolution: Done
-
Major
-
0.5.0
-
None
Kogito CodegenUtils currently only allows to interpolate a single type in a template, e.g the ProcessModel. This prevents us from generating methods and fields that use other types. For example, if we want to generate an SLF4J Logger, we need to pass in the generated name of the class to the LoggerFactory.
We should change the current type interpolation functionality to allow for type interpolation with multiple placeholders and types.