Package net.sf.jasperreports.engine.xml
Class JacksonReportWriter
java.lang.Object
net.sf.jasperreports.engine.xml.JacksonReportWriter
- All Implemented Interfaces:
ReportWriter
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanwriteReport(JRReport report, String encoding, Writer out) booleanwriteTemplate(JRTemplate template, String encoding, Writer out)
-
Constructor Details
-
JacksonReportWriter
-
-
Method Details
-
writeReport
- Specified by:
writeReportin interfaceReportWriter- Throws:
IOException
-
writeTemplate
- Specified by:
writeTemplatein interfaceReportWriter- Throws:
IOException
-