public static class ConfigurationHelper.FieldParameterSetter extends Object implements ConfigurationHelper.ParameterSetter
Constructor and Description |
---|
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 FieldParameterSetter()
public <T> void set(CamelContext camelContext, EndpointConfiguration config, String name, T value)
ConfigurationHelper.ParameterSetter
set
in interface ConfigurationHelper.ParameterSetter
camelContext
- the camel contextconfig
- the configurationname
- the name of the parametervalue
- the value to setApache Camel