Class ParametersExporterConfigurationFactory<C extends CommonExportConfiguration>
- java.lang.Object
-
- net.sf.jasperreports.export.parameters.ParametersExporterConfigurationFactory<C>
-
public class ParametersExporterConfigurationFactory<C extends CommonExportConfiguration> extends Object
Deprecated.To be removed.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ParametersExporterConfigurationFactory(JasperReportsContext jasperReportsContext, Map<JRExporterParameter,Object> parameters, JasperPrint jasperPrint)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CgetConfiguration(Class<C> configurationInterface)Deprecated.protected ObjectgetPropertyValue(Method method)Deprecated.
-
-
-
Constructor Detail
-
ParametersExporterConfigurationFactory
public ParametersExporterConfigurationFactory(JasperReportsContext jasperReportsContext, Map<JRExporterParameter,Object> parameters, JasperPrint jasperPrint)
Deprecated.
-
-