Uses of Interface
org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory
-
Packages that use CamelDependencyInjectionAnnotationFactory Package Description org.apache.camel The core Camel API. -
-
Uses of CamelDependencyInjectionAnnotationFactory in org.apache.camel
Methods in org.apache.camel that return CamelDependencyInjectionAnnotationFactory Modifier and Type Method Description CamelDependencyInjectionAnnotationFactory
ExtendedCamelContext. getDependencyInjectionAnnotationFactory()
Returns the annotation dependency injection factory.Methods in org.apache.camel with parameters of type CamelDependencyInjectionAnnotationFactory Modifier and Type Method Description void
ExtendedCamelContext. setDependencyInjectionAnnotationFactory(CamelDependencyInjectionAnnotationFactory factory)
Sets a custom annotation dependency injection factory.
-