| Interface | Description |
|---|---|
| ClassBasedDataLoader |
Loads and returns a
TemplateModel based on a Java Class, for
instance by analysing the class through reflection and/or reading annotations
present with the class or its elements. |
| ResourceBasedDataLoader |
Loads and returns a
TemplateModel based on a resource such as an XML
file. |
| Class | Description |
|---|---|
| ClassInspectionDataLoader |
A
DataLoader for the fmpp/freemarker codegenerator passing existing
classes to a ClassBasedDataLoader for further analysis. |
| ResourceDataLoader |
A
DataLoader for the fmpp/freemarker codegenerator passing existing
resources to a ResourceBasedDataLoader for further analysis. |
Copyright © 2025. All rights reserved.