Interface GeneratorTemplateRenderer<R,​S>

    • Method Detail

      • executeTask

        R executeTask​(R taskResult,
                      GeneratorTemplate container,
                      S task)
        Executes a given task
        Parameters:
        taskResult - the task result
        container - the generator template
        task - the task that should be executed
        Returns:
        the result of the task