Uses of Interface
org.iworkz.genesis.Injector
Packages that use Injector
-
Uses of Injector in org.iworkz.genesis
Methods in org.iworkz.genesis that return InjectorModifier and TypeMethodDescriptionstatic InjectorInjectorFactory.createInjector(Module... modules) InjectorFactory.getInjector()Methods in org.iworkz.genesis with parameters of type InjectorModifier and TypeMethodDescriptionImplementationClassProcessor.process(Class implementationClass, Injector injector, InjectionContext ctx) -
Uses of Injector in org.iworkz.genesis.impl
Classes in org.iworkz.genesis.impl that implement InjectorFields in org.iworkz.genesis.impl declared as InjectorFields in org.iworkz.genesis.impl with type parameters of type InjectorModifier and TypeFieldDescriptionprotected org.osgi.framework.ServiceRegistration<Injector>AbstractBundleInjectorFactory.injectorRegistrationMethods in org.iworkz.genesis.impl that return InjectorModifier and TypeMethodDescriptionprotected InjectorAbstractBundleInjectorFactory.getInjector(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Injector> registration) AbstractInjectorFactory.getInjector()Methods in org.iworkz.genesis.impl with parameters of type InjectorModifier and TypeMethodDescriptionprotected voidAbstractBundleInjectorFactory.ungetInjector(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Injector> registration, Injector injector) Method parameters in org.iworkz.genesis.impl with type arguments of type InjectorModifier and TypeMethodDescriptionprotected InjectorAbstractBundleInjectorFactory.getInjector(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Injector> registration) protected voidAbstractBundleInjectorFactory.ungetInjector(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Injector> registration, Injector injector) Constructors in org.iworkz.genesis.impl with parameters of type Injector