Uses of Interface
org.apache.cayenne.di.Module
Packages that use Module
-
Uses of Module in org.apache.cayenne.di
Methods in org.apache.cayenne.di with parameters of type ModuleModifier and TypeMethodDescriptionstatic InjectorDIBootstrap.createInjector(Module... modules) Creates and returns an injector instance working with the set of provided modules.Method parameters in org.apache.cayenne.di with type arguments of type ModuleModifier and TypeMethodDescriptionstatic InjectorDIBootstrap.createInjector(Collection<Module> modules) Creates and returns an injector instance working with the set of provided modules. -
Uses of Module in org.apache.cayenne.di.spi
Methods in org.apache.cayenne.di.spi that return ModuleMethods in org.apache.cayenne.di.spi that return types with arguments of type ModuleModifier and TypeMethodDescriptionModuleLoader.load(Class<? extends ModuleProvider> providerClass) Auto-loads all modules declared on classpath.ModuleLoader.load(Class<? extends ModuleProvider> providerClass, ClassLoader classLoader) Auto-loads all modules declared on classpath.ModuleProvider.moduleType()Collection<Class<? extends Module>> ModuleProvider.overrides()Returns an array of module types this module overrides.Constructors in org.apache.cayenne.di.spi with parameters of type Module