public interface PropertyConfigurer
PropertyConfigurerGetter
Modifier and Type | Method and Description |
---|---|
boolean |
configure(CamelContext camelContext,
Object target,
String name,
Object value,
boolean ignoreCase)
Configures the property
|
boolean configure(CamelContext camelContext, Object target, String name, Object value, boolean ignoreCase)
camelContext
- the Camel contexttarget
- the target instance such as Endpoint
or
Component
.name
- the property namevalue
- the property valueignoreCase
- whether to ignore case for matching the property nameApache Camel