| Package | Description |
|---|---|
| org.picocontainer.behaviors |
BehaviorFactories make Behaviors which change aspects of component implementations and instances
|
| org.picocontainer.injectors |
InjectionFactories make Injectors which implement specific types of dependency injection
|
| Class and Description |
|---|
| AdaptingInjection
Creates injector instances, depending on the injection characteristics of the component class.
|
| Class and Description |
|---|
| AbstractFieldInjector |
| AbstractInjectionFactory |
| AbstractInjector
This ComponentAdapter will instantiate a new object for each call to
ComponentAdapter.getComponentInstance(PicoContainer, Type). |
| AbstractInjector.NotConcreteRegistrationException |
| CompositeInjection
A Composite of other types on InjectionFactories - pass them into the varargs constructor.
|
| CompositeInjector |
| ConstructorInjection
A
InjectionFactory for constructor injection. |
| ConstructorInjector
Injection will happen through a constructor for the component.
|
| ConstructorInjector.CtorAndAdapters |
| FactoryInjector
An Injector which provides an custom instance in a factory style
|
| IterativeInjector
Injection will happen iteratively after component instantiation
|
| MethodInjector
Injection will happen through a single method for the component.
|
| ParameterNameBinding |
| Provider
Providers are a type of Injector that can participate in Injection via a custom method.
|
| SetterInjection
A
InjectionFactory for JavaBeans. |
| SetterInjector
Instantiates components using empty constructors and
Setter Injection.
|
| SingleMemberInjector
Injection will happen in a single member function on the component.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.