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.apache.camel.spi.HasCamelContext, 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
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • 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, getLazyBeanStrategy, getOrder, isBindToRegistrySupported, isEnabled, postProcessAfterInitialization, postProcessBeforeInitialization, setApplicationContext, setBindToRegistrySupported, setCamelContext, setCamelId, setEnabled, setLazyBeanStrategy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.spi.CamelBeanPostProcessor

    addCamelBeanPostProjectInjector, isUnbindEnabled, setUnbindEnabled
  • Constructor Details

    • CamelSpringBootBeanPostProcessor

      public CamelSpringBootBeanPostProcessor(org.springframework.context.ApplicationContext applicationContext)