Package io.jmix.reports.delegate
Interface JsonInputProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Custom JSON input provider
for a
DataSetType.JSON data set.-
Method Summary
-
Method Details
-
load
Load JSON input for a data set by given parameters.- Parameters:
reportQuery- report query (data set)parentBand- parent bandreportParameters- parameters map- Returns:
- JSON as string
-