Package org.kie.kogito.codegen.core
Class AbstractApplicationSection
java.lang.Object
org.kie.kogito.codegen.core.AbstractApplicationSection
- All Implemented Interfaces:
ApplicationSection
Base implementation for an
ApplicationSection.
It provides a skeleton for a "section" in the Application generated class. Subclasses may extend this base class and decorate the provided simple implementations of the interface methods with custom logic.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractApplicationSection(KogitoBuildContext context, String sectionClassName) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.kogito.codegen.api.ApplicationSection
compilationUnit
-
Field Details
-
context
-
-
Constructor Details
-
AbstractApplicationSection
-
-
Method Details
-
sectionClassName
- Specified by:
sectionClassNamein interfaceApplicationSection
-