Claus Ibsen created CAMEL-19104:
-----------------------------------
Summary: camel-bean - Move parameter type matching to a new
parameterTypes option
Key: CAMEL-19104
URL: https://issues.apache.org/jira/browse/CAMEL-19104
Project: Camel
Issue Type: Improvement
Components: camel-bean
Reporter: Claus Ibsen
Fix For: 4.0
See CAMEL-19098
When invoking a method
myBean?method=foo(hello)
Then Camel will match by type (was implemented first), eg to see if the method
has a parameter of type 'hello'.
This is intended for
myBean?method=foo(String, int)
To match a method that has String, int as types.
However users want to pass in that as parameter values instead (implemented
later). So instead lets move the parameter type matching away
myBean?method=foo¶meterTypes=String,int
--
This message was sent by Atlassian Jira
(v8.20.10#820010)