Uses of Package
org.picocontainer.injectors
Packages that use org.picocontainer.injectors
Package
Description
BehaviorFactories make Behaviors which change aspects of component implementations and instances
InjectionFactories make Injectors which implement specific types of dependency injection
-
Classes in org.picocontainer.injectors used by org.picocontainer.behaviorsClassDescriptionCreates injector instances, depending on the injection characteristics of the component class.
-
Classes in org.picocontainer.injectors used by org.picocontainer.injectorsClassDescriptionThis ComponentAdapter will instantiate a new object for each call to
ComponentAdapter.getComponentInstance(PicoContainer, Type)
.A Composite of other types on InjectionFactories - pass them into the varargs constructor.AInjectionFactory
for constructor injection.Injection will happen through a constructor for the component.An Injector which provides an custom instance in a factory styleInjection will happen iteratively after component instantiationInjection will happen through a single method for the component.Providers are a type of Injector that can participate in Injection via a custom method.AInjectionFactory
for JavaBeans.Instantiates components using empty constructors and Setter Injection.Injection will happen in a single member function on the component.