Uses of Class
org.picocontainer.parameters.AbstractParameter
Packages that use AbstractParameter
-
Uses of AbstractParameter in org.picocontainer.parameters
Subclasses of AbstractParameter in org.picocontainer.parametersModifier and TypeClassDescriptionclass
A BasicComponentParameter should be used to pass in a particular component as argument to a different component's constructor.class
A CollectionComponentParameter should be used to support inject anArray
, aCollection
orMap
of components automatically.class
A ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.class
A ConstantParameter should be used to pass in "constant" arguments to constructors.final class
Part of the replacement construct for Parameter.ZEROclass
Once in a great while, you actually want to pass in 'null' as an argument.