Package | Description |
---|---|
org.picocontainer.defaults |
This package contains the default implementation of the
PicoContainer
API. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentAdapter
Base class for a ComponentAdapter with general functionality.
|
class |
ConstructorInjectionComponentAdapter
Instantiates components using Constructor Injection.
|
class |
InstanceComponentAdapter
Component adapter which wraps a component instance.
|
class |
InstantiatingComponentAdapter
This ComponentAdapter will instantiate a new object for each call to
ComponentAdapter.getComponentInstance(PicoContainer) . |
class |
SetterInjectionComponentAdapter
Instantiates components using empty constructors and
Setter Injection.
|