Interface DroolsModelBuildContext

    • Method Detail

      • hasDI

        default boolean hasDI()
        Method to check if dependency injection is available and enabled. This is platform/classpath specific (e.g. Quarkus) but it can also be explicitly disabled using kogito.generate.di property
      • setApplicationProperty

        void setApplicationProperty​(String key,
                                    String value)
      • getPackageName

        String getPackageName()
      • name

        String name()
        Name of the context (e.g. Quarkus, Spring) used to identify a context and for template naming conventions (see TemplatedGenerator)