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 TypeClassDescriptionclassThe StandardPicoContainer/MutablePicoContainerimplementation. -
Uses of Converting in org.picocontainer.classname
Classes in org.picocontainer.classname that implement ConvertingModifier and TypeClassDescriptionclassDefault implementation of ClassLoadingPicoContainer. -
Uses of Converting in org.picocontainer.containers
Classes in org.picocontainer.containers that implement ConvertingModifier and TypeClassDescriptionclassabstract base class for delegating to mutable containersclassAbstract base class for immutable delegation to a PicoContainerfinal classDeprecated.classCommandLineArgumentsPicoContainer configured itself from array of strings which are most likely coming in as command line argumentsclassCompositePicoContainer takes a var-args list of containers and will query them in turn for getComponent(*) and getComponentAdapter(*) requests.classEmpty 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 classwrap pico container to achieve immutability Typically its used to mock a parent container.classimmutable pico container constructed from properties.classA container backed by system properties (is a PropertiesPicoContainer)classclass
CommandLinePicoContainerinstead.