Package org.apache.camel.spi
Interface CamelBeanPostProcessorInjector
-
public interface CamelBeanPostProcessorInjectorUsed for custom injection when doingCamelBeanPostProcessorbean post-processing. Can be used to support 3rd-party annotations for dependency injections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFieldInject(Field field, Object bean, String beanName)Field injectionvoidonMethodInject(Method method, Object bean, String beanName)Method injection
-