Uses of Interface
org.picocontainer.Converting
Packages that use Converting
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
Containers are the main user entry point for PicoContainer.
-
Uses of Converting in org.picocontainer
Classes in org.picocontainer that implement ConvertingModifier and TypeClassDescriptionclass
The StandardPicoContainer
/MutablePicoContainer
implementation. -
Uses of Converting in org.picocontainer.classname
Classes in org.picocontainer.classname that implement ConvertingModifier and TypeClassDescriptionclass
Default implementation of ClassLoadingPicoContainer. -
Uses of Converting in org.picocontainer.containers
Classes in org.picocontainer.containers that implement ConvertingModifier and TypeClassDescriptionclass
abstract base class for delegating to mutable containersclass
Abstract base class for immutable delegation to a PicoContainerfinal class
Deprecated.class
CommandLineArgumentsPicoContainer configured itself from array of strings which are most likely coming in as command line argumentsclass
CompositePicoContainer takes a var-args list of containers and will query them in turn for getComponent(*) and getComponentAdapter(*) requests.class
Empty pico container serving as recoil damper in situations where you do not like to check whether container reference supplied to you is null or notfinal class
wrap pico container to achieve immutability Typically its used to mock a parent container.class
immutable pico container constructed from properties.class
A container backed by system properties (is a PropertiesPicoContainer)class
class
CommandLinePicoContainer
instead.