Class ReportToStiReportConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<Report,​com.stimulsoft.report.StiReport>

    @Component
    public class ReportToStiReportConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<Report,​com.stimulsoft.report.StiReport>
    • Constructor Detail

      • ReportToStiReportConverter

        public ReportToStiReportConverter()
    • Method Detail

      • convert

        @NonNull
        public com.stimulsoft.report.StiReport convert​(@NonNull
                                                       Report report)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<Report,​com.stimulsoft.report.StiReport>