Uses of Interface
org.apache.camel.spi.Injector
Packages that use Injector
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Injector in org.apache.camel
Methods in org.apache.camel that return InjectorModifier and TypeMethodDescriptionCamelContext.getInjector()Returns the injector used to instantiate objects by typeMethods in org.apache.camel with parameters of type InjectorModifier and TypeMethodDescriptionvoidCamelContext.setInjector(Injector injector) Sets the injector to use -
Uses of Injector in org.apache.camel.spi
Methods in org.apache.camel.spi that return InjectorMethods in org.apache.camel.spi with parameters of type InjectorModifier and TypeMethodDescriptionvoidTypeConverterRegistry.setInjector(Injector injector) Sets the injector to be used for creating new instances during type conversions.