public interface ParameterMappingStrategy
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
getDefaultParameterTypeExpression(Class<?> parameterType)
Gets an expression used for evaluation with the current Exchange and its result is used as parameter value for
the given type
|
org.apache.camel.Expression getDefaultParameterTypeExpression(Class<?> parameterType)
parameterType - the parameter typeApache Camel