Rajesh A created CAMEL-10258:
--------------------------------
Summary: Camel-salesforce-maven-plugin generates classes with
checked exception
Key: CAMEL-10258
URL: https://issues.apache.org/jira/browse/CAMEL-10258
Project: Camel
Issue Type: Bug
Components: camel-salesforce
Affects Versions: 2.17.3
Reporter: Rajesh A
When I tried to compile the generated dto classes from
camel-salesforce-maven-plugin, I get the below compilation error:
"Type mismatch: cannot convert from Class<MultiSelectPicklistSerializer> to
Class<? extends JsonSerializer<?>>"
Below is the sample code which causes this issue::
*@JsonSerialize(using = MultiSelectPicklistSerializer.class)*
Can you please help to resolve this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)