Uses of Interface
org.apache.cayenne.di.Injector
Packages that use Injector
-
Uses of Injector in org.apache.cayenne.di
Methods in org.apache.cayenne.di that return InjectorModifier and TypeMethodDescriptionstatic InjectorDIBootstrap.createInjector(Collection<Module> modules) Creates and returns an injector instance working with the set of provided modules.static InjectorDIBootstrap.createInjector(Module... modules) Creates and returns an injector instance working with the set of provided modules. -
Uses of Injector in org.apache.cayenne.di.spi
Classes in org.apache.cayenne.di.spi that implement InjectorModifier and TypeClassDescriptionclassA default Cayenne implementations of a DI injector.Fields in org.apache.cayenne.di.spi declared as InjectorConstructors in org.apache.cayenne.di.spi with parameters of type InjectorModifierConstructorDescriptionDefaultAdhocObjectFactory(Injector injector, ClassLoaderManager classLoaderManager)