Generated by
JDiff

Class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView

Changed Methods
Object convertParameterValue(JRExporterParameter, Object) Change in signature from (JRExporterParameter, java.lang.Object) to (net.sf.jasperreports.engine.JRExporterParameter, java.lang.Object).
Convert the supplied parameter value into the actual type required by the corresponding {@code JRExporterParameter}.
JRExporterParameter convertToExporterParameter(String) Change in return type from JRExporterParameter to net.sf.jasperreports.engine.JRExporterParameter.
Convert the given fully qualified field name to a corresponding JRExporterParameter instance.
Map<JRExporterParameter, Object> getConvertedExporterParameters() Change in return type from (java.util.Map) to (java.util.Map).
Allows subclasses to retrieve the converted exporter parameters.
JRExporterParameter getExporterParameter(Object) Change in return type from JRExporterParameter to net.sf.jasperreports.engine.JRExporterParameter.
Return a {@code JRExporterParameter} for the given parameter object, converting it from a String if necessary.
void setConvertedExporterParameters(Map<JRExporterParameter, Object>) Change in signature from (java.util.Map) to (java.util.Map).
Allows subclasses to populate the converted exporter parameters.