Uses of Interface
org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory
Packages that use CamelDependencyInjectionAnnotationFactory
-
Uses of CamelDependencyInjectionAnnotationFactory in org.apache.camel
Methods in org.apache.camel that return CamelDependencyInjectionAnnotationFactoryModifier and TypeMethodDescriptionExtendedCamelContext.getDependencyInjectionAnnotationFactory()
Returns the annotation dependency injection factory.Methods in org.apache.camel with parameters of type CamelDependencyInjectionAnnotationFactoryModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.setDependencyInjectionAnnotationFactory
(CamelDependencyInjectionAnnotationFactory factory) Sets a custom annotation dependency injection factory.