public static class ConfigurationHelper.FieldParameterSetter extends Object implements ConfigurationHelper.ParameterSetter
| Constructor and Description |
|---|
ConfigurationHelper.FieldParameterSetter() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
set(CamelContext camelContext,
EndpointConfiguration config,
String name,
T value)
Sets the parameter on the configuration.
|
public ConfigurationHelper.FieldParameterSetter()
public <T> void set(CamelContext camelContext, EndpointConfiguration config, String name, T value)
ConfigurationHelper.ParameterSetterset in interface ConfigurationHelper.ParameterSettercamelContext - the camel contextconfig - the configurationname - the name of the parametervalue - the value to setApache Camel