Uses of Class
org.picocontainer.defaults.InstantiatingComponentAdapter

Packages that use InstantiatingComponentAdapter
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
 

Uses of InstantiatingComponentAdapter in org.picocontainer.defaults
 

Subclasses of InstantiatingComponentAdapter in org.picocontainer.defaults
 class ConstructorInjectionComponentAdapter
          Instantiates components using Constructor Injection.
 class SetterInjectionComponentAdapter
          Instantiates components using empty constructors and Setter Injection.