You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/08/30 13:19:22 UTC

[jira] [Created] (CAMEL-10275) Allow @ProperyInject on bean method arguments

Claus Ibsen created CAMEL-10275:
-----------------------------------

             Summary: Allow @ProperyInject on bean method arguments
                 Key: CAMEL-10275
                 URL: https://issues.apache.org/jira/browse/CAMEL-10275
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.18.0


So you can call methods which have parameters injected from the properties placeholder, such as string / int types etc.

{code}
    public String sayHello(String @PropertyInject("reply") reply) throws  {
{code}

So the reply parameters is taken from the property placeholder.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)