Uses of Class
org.picocontainer.injectors.AbstractInjectionFactory
Packages that use AbstractInjectionFactory
Package
Description
InjectionFactories make Injectors which implement specific types of dependency injection
-
Uses of AbstractInjectionFactory in org.picocontainer.injectors
Subclasses of AbstractInjectionFactory in org.picocontainer.injectorsModifier and TypeClassDescriptionclassCreates injector instances, depending on the injection characteristics of the component class.classAInjectionFactoryfor Guice-style annotated fields.classAInjectionFactoryfor Guice-style annotated methods.classA Composite of other types on InjectionFactories - pass them into the varargs constructor.classAInjectionFactoryfor constructor injection.classConstructor Injection where 'which constructor?' is re-calculated each time an instance is asked to construct a component.classAInjectionFactoryfor methods.classclassclassclassAInjectionFactoryfor named fields.classclassclassAInjectionFactoryfor JavaBeans.classAInjectionFactoryfor named fields.