Package org.apache.camel.spi
Interface CamelDependencyInjectionAnnotationFactory
-
public interface CamelDependencyInjectionAnnotationFactoryA factory which performs the task from Camel dependency injection annotations on a field, property or method parameter of a specified type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunnablecreateBindToRegistryFactory(String id, Object bean, String beanName, boolean beanPostProcess)The task for binding the bean to the registry (egannotation
-
-
-
Method Detail
-
createBindToRegistryFactory
Runnable createBindToRegistryFactory(String id, Object bean, String beanName, boolean beanPostProcess)
The task for binding the bean to the registry (egannotation- Parameters:
id- the bean idbean- the bean instancebeanName- the bean namebeanPostProcess- whether bean post processor should be performed- Returns:
- the created task to use for binding the bean
-
-