You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this is used in "bean:::<:method"> style, where bean name/class is not given as separate parameter. There seems to be no support either for "bean:." currently ?
If route has for example .bean("my.Bean#method"), plugin should first resolve "my.Bean" from Camel registry? Just wondering if such dynamic behaviour possible.
You can't resolve it from camel registry, because it only exist runtime when running camel. You will have to lookup the PsiElement and resolve the class and from there you can get a list the methods
Camel 2.21 likely will have support for referring to method name via
::
.See
apache/camel#2156
The text was updated successfully, but these errors were encountered: