Uses of Interface
org.apache.cayenne.di.Injector
-
Packages that use Injector Package Description org.apache.cayenne.di org.apache.cayenne.di.spi -
-
Uses of Injector in org.apache.cayenne.di
Methods in org.apache.cayenne.di that return Injector Modifier and Type Method Description static 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 Injector Modifier and Type Class Description classDefaultInjectorA default Cayenne implementations of a DI injector.Fields in org.apache.cayenne.di.spi declared as Injector Modifier and Type Field Description protected InjectorDefaultAdhocObjectFactory. injectorConstructors in org.apache.cayenne.di.spi with parameters of type Injector Constructor Description DefaultAdhocObjectFactory(Injector injector, ClassLoaderManager classLoaderManager)
-