Class ReportValueConverter

java.lang.Object
io.jmix.reports.libintegration.ReportValueConverter

@Component("report_ReportValueConverter") public class ReportValueConverter extends Object
The ReportValueConverter class is responsible for converting report-related values into a format that can be processed further.
  • Field Details

  • Constructor Details

    • ReportValueConverter

      public ReportValueConverter()
  • Method Details

    • convertValue

      public @Nullable Object convertValue(@Nullable Object value)
    • tryInvokeMethod

      protected @Nullable Object tryInvokeMethod(Object value, String methodName)