| Package | Description |
|---|---|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PropertyBindingSupport.autowireSingletonPropertiesFromRegistry(org.apache.camel.CamelContext camelContext,
Object target,
boolean bindNullOnly,
boolean deepNesting,
PropertyBindingSupport.OnAutowiring callback)
This will discover all the properties on the target, and automatic bind the properties by looking up in the
registry to see if there is a single instance of the same type as the property.
|
Apache Camel