public interface PropertyConfigurerGetter
PropertyConfigurer| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAllOptions(Object target)
Provides a map of which options the cofigurer supports and their class type.
|
Object |
getOptionValue(Object target,
String name,
boolean ignoreCase)
Gets the property value
|
Apache Camel