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 TypeClassDescriptionclassA BasicComponentParameter should be used to pass in a particular component as argument to a different component's constructor.classA CollectionComponentParameter should be used to support inject anArray, aCollectionorMapof components automatically.classA ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.classA ConstantParameter should be used to pass in "constant" arguments to constructors.final classPart of the replacement construct for Parameter.ZEROclassOnce in a great while, you actually want to pass in 'null' as an argument.