public final class DefaultParameterMappingStrategy extends Object implements ParameterMappingStrategy
Modifier and Type | Field and Description |
---|---|
static DefaultParameterMappingStrategy |
INSTANCE |
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
|
public static final DefaultParameterMappingStrategy INSTANCE
public org.apache.camel.Expression getDefaultParameterTypeExpression(Class<?> parameterType)
ParameterMappingStrategy
getDefaultParameterTypeExpression
in interface ParameterMappingStrategy
parameterType
- the parameter typeApache Camel