Package org.apache.camel.spring.boot
Class CamelSpringBootBeanPostProcessor
- java.lang.Object
-
- org.apache.camel.spring.spi.CamelBeanPostProcessor
-
- org.apache.camel.spring.boot.CamelSpringBootBeanPostProcessor
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.CamelBeanPostProcessor,org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.context.ApplicationContextAware,org.springframework.core.Ordered
public final class CamelSpringBootBeanPostProcessor extends org.apache.camel.spring.spi.CamelBeanPostProcessor
-
-
Constructor Summary
Constructors Constructor Description CamelSpringBootBeanPostProcessor(org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
-
Methods inherited from class org.apache.camel.spring.spi.CamelBeanPostProcessor
getCamelContext, getCamelId, getOrder, isBindToRegistrySupported, isEnabled, postProcessAfterInitialization, postProcessBeforeInitialization, setApplicationContext, setBindToRegistrySupported, setCamelContext, setCamelId, setEnabled
-
-