Uses of Class
org.picocontainer.adapters.AbstractAdapter
Packages that use AbstractAdapter
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
InjectionFactories make Injectors which implement specific types of dependency injection
-
Uses of AbstractAdapter in org.picocontainer
Subclasses of AbstractAdapter in org.picocontainer -
Uses of AbstractAdapter in org.picocontainer.adapters
Subclasses of AbstractAdapter in org.picocontainer.adaptersModifier and TypeClassDescriptionfinal classComponent adapter which wraps a component instance. -
Uses of AbstractAdapter in org.picocontainer.injectors
Subclasses of AbstractAdapter in org.picocontainer.injectorsModifier and TypeClassDescriptionclassclassThis ComponentAdapter will instantiate a new object for each call toComponentAdapter.getComponentInstance(PicoContainer, Type).classInjection happens after instantiation, and through fields marked as injection points via an Annotation.classclassclassInjection will happen through a constructor for the component.classInjection will happen iteratively after component instantiationclassInjection will happen through a single method for the component.static classstatic classclassclassInjection happens after instantiation, and fields are marked as injection points via a named field.classclassInstantiates components using empty constructors and Setter Injection.classInjection will happen in a single member function on the component.classInjection happens after instantiation, and fields are marked as injection points via a field type.