Package org.picocontainer.parameters
-
Class Summary Class Description AbstractParameter BasicComponentParameter A BasicComponentParameter should be used to pass in a particular component as argument to a different component's constructor.CollectionComponentParameter A CollectionComponentParameter should be used to support inject anArray
, aCollection
orMap
of components automatically.ComponentParameter A ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.ConstantParameter A ConstantParameter should be used to pass in "constant" arguments to constructors.DefaultConstructorParameter Part of the replacement construct for Parameter.ZERONullParameter Once in a great while, you actually want to pass in 'null' as an argument.