Class ParametersBean
- java.lang.Object
-
- org.apache.camel.quarkus.component.bean.ParametersBean
-
@ApplicationScoped @Named("parametersBean") public class ParametersBean extends ObjectA bean referenced from a route (and from nowhere else) by name.
-
-
Constructor Summary
Constructors Constructor Description ParametersBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmultiArgMethod(String body, org.apache.camel.Exchange exchange, org.apache.camel.spi.Registry registry)StringparameterBindingAnnotations(String greeting, String body)StringparameterLiterals(String body, boolean bool)StringparameterTypes(String employeeAsString)StringparameterTypes(Employee employee)
-