public class DefaultParameterMappingStrategy extends Object implements ParameterMappingStrategy
| Constructor and Description |
|---|
DefaultParameterMappingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterMapping(Class<?> parameterType,
Expression expression)
Adds a default parameter type mapping to an expression
|
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
|
void |
loadDefaultRegistry() |
public DefaultParameterMappingStrategy()
public Expression getDefaultParameterTypeExpression(Class<?> parameterType)
ParameterMappingStrategygetDefaultParameterTypeExpression in interface ParameterMappingStrategyparameterType - the parameter typepublic void addParameterMapping(Class<?> parameterType, Expression expression)
public void loadDefaultRegistry()
Apache Camel