Claus Ibsen created CAMEL-5208:
----------------------------------

             Summary: Optimize type converters for primitive types
                 Key: CAMEL-5208
                 URL: https://issues.apache.org/jira/browse/CAMEL-5208
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.9.3, 2.10.0


Currently if you type convert to primitive types such as
- int
- long

Then Camel will use the their object counterparts for conversion, eg
- Integer
- Long

But we do not optimize so the next time we can do a faster lookup of the type 
converter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to