Package net.sf.jasperreports.export
Class PropertiesDefaultsConfigurationFactory<C extends CommonExportConfiguration>
- java.lang.Object
-
- net.sf.jasperreports.export.PropertiesDefaultsConfigurationFactory<C>
-
public class PropertiesDefaultsConfigurationFactory<C extends CommonExportConfiguration> extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description PropertiesDefaultsConfigurationFactory(JasperReportsContext jasperReportsContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetConfiguration(Class<C> configurationInterface)protected ObjectgetPropertyValue(Method method)static ObjectgetPropertyValue(JasperReportsContext jasperReportsContext, ExporterProperty exporterProperty, Class<?> type)
-
-
-
Constructor Detail
-
PropertiesDefaultsConfigurationFactory
public PropertiesDefaultsConfigurationFactory(JasperReportsContext jasperReportsContext)
-
-
Method Detail
-
getPropertyValue
public static Object getPropertyValue(JasperReportsContext jasperReportsContext, ExporterProperty exporterProperty, Class<?> type)
-
-