Package io.jmix.reports.annotation
Annotation Interface DataSetDelegate
Annotation marks a delegate method that implements some logic related to a data set
defined in the report definition class.
Method must conform to convention: no parameters, the result is one of supported functional interfaces.
Currently supported interfaces:
-
ReportDataLoader- to fully delegate loading of the data -
FetchPlanProvider- to build a fetch plan for entity data set -
JsonInputProvider- to supply JSON input for JSON data set
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameName of the data set declared in the current report definition.
-