You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2017/07/18 16:41:00 UTC

[jira] [Created] (CAMEL-11556) ServiceNow : add annotations on the model to customize sysparms

Luca Burgazzoli created CAMEL-11556:
---------------------------------------

             Summary: ServiceNow : add annotations on the model to customize sysparms
                 Key: CAMEL-11556
                 URL: https://issues.apache.org/jira/browse/CAMEL-11556
             Project: Camel
          Issue Type: Improvement
          Components: camel-servicenow
            Reporter: Luca Burgazzoli
            Assignee: Luca Burgazzoli
            Priority: Minor
             Fix For: 2.20.0


Like

{code:java}
@Sysparm(name = "sysparm_exclude_reference_link", value="true")
@Sysparm(name = "sysparm_display_value", value="true")
class Incident {
    ...
}
{code}

CAMEL-11555 should leverage this for code generation.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)