Package | Description |
---|---|
org.picocontainer |
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
|
org.picocontainer.defaults |
This package contains the default implementation of the
PicoContainer
API. |
Modifier and Type | Class and Description |
---|---|
class |
PicoInstantiationException
Deprecated.
since 1.2; it was actually not instantiated anywhere
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ComponentAdapter.getComponentInstance(PicoContainer container)
Retrieve the component instance.
|
Modifier and Type | Class and Description |
---|---|
class |
PicoInvocationTargetInitializationException |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ImplementationHidingComponentAdapter.getComponentInstance(PicoContainer container) |
java.lang.Object |
DecoratingComponentAdapter.getComponentInstance(PicoContainer container) |
java.lang.Object |
BeanPropertyComponentAdapter.getComponentInstance(PicoContainer container)
Get a component instance and set given property values.
|
java.lang.Object |
CachingComponentAdapter.getComponentInstance(PicoContainer container) |
java.lang.Object |
ConstructorInjectionComponentAdapter.getComponentInstance(PicoContainer container) |
java.lang.Object |
SetterInjectionComponentAdapter.getComponentInstance(PicoContainer container) |
java.lang.Object |
SynchronizedComponentAdapter.getComponentInstance(PicoContainer container) |
private Parameter[] |
SetterInjectionComponentAdapter.getMatchingParameterListForSetters(PicoContainer container) |
private java.lang.Object |
BeanPropertyComponentAdapter.getSetterParameter(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object componentInstance,
PicoContainer container)
Converts and validates the given property value to an appropriate object
for calling the bean's setter.
|
Constructor and Description |
---|
BeanPropertyComponentAdapter(ComponentAdapter delegate)
Construct a BeanPropertyComponentAdapter.
|