Class ParametersBean
java.lang.Object
org.apache.camel.quarkus.component.bean.ParametersBean
A bean referenced from a route (and from nowhere else) by name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmultiArgMethod(String body, org.apache.camel.Exchange exchange, org.apache.camel.spi.Registry registry) parameterBindingAnnotations(String greeting, String body) parameterLiterals(String body, boolean bool) parameterTypes(String employeeAsString) parameterTypes(Employee employee)
-
Constructor Details
-
ParametersBean
public ParametersBean()
-
-
Method Details
-
parameterTypes
-
parameterTypes
-
parameterBindingAnnotations
-
parameterLiterals
-
multiArgMethod
-