| Package | Description |
|---|---|
| org.apache.camel.language.bean.springboot |
| Class and Description |
|---|
| BeanLanguage
A bean language
which uses a simple text notation to invoke methods on beans to evaluate predicates or expressions
The notation is essentially
beanName.methodName which is then invoked using the
beanName to lookup in the bean integration to bind the
Exchange to the method arguments. |
Apache Camel