Interface ExtractionContextFactory
- All Known Implementing Classes:
DefaultExtractionContextFactory
@NullMarked
public interface ExtractionContextFactory
This interface implementation should create immutable extraction context object
The default implementation is io.jmix.reports.yarg.reporting.extraction.DefaultExtractionContextFactory
-
Method Summary
Modifier and TypeMethodDescriptionMethod should always return new immutable context object
-
Method Details
-
context
ExtractionContext context(ReportBand band, @Nullable BandData parentBand, Map<String, Object> params) Method should always return new immutable context object
-