public interface ParameterMappingStrategy
| Modifier and Type | Method and Description |
|---|---|
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
|
Expression getDefaultParameterTypeExpression(Class<?> parameterType)
parameterType - the parameter typeApache Camel