Uses of Interface
org.apache.camel.spi.CamelBeanPostProcessor
Packages that use CamelBeanPostProcessor
-
Uses of CamelBeanPostProcessor in org.apache.camel
Methods in org.apache.camel that return CamelBeanPostProcessorModifier and TypeMethodDescriptionExtendedCamelContext.getBeanPostProcessor()
Returns the bean post processor used to do any bean customization.Methods in org.apache.camel with parameters of type CamelBeanPostProcessorModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.setBeanPostProcessor
(CamelBeanPostProcessor beanPostProcessor) Sets a custom bean post processor to use.