Uses of Class
org.springframework.beans.factory.config.ConstructorArgumentValues
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory
package.-
Uses of ConstructorArgumentValues in org.springframework.beans.factory.config
Modifier and TypeMethodDescriptionBeanDefinition.getConstructorArgumentValues()
Return the constructor argument values for this bean.Modifier and TypeMethodDescriptionvoid
ConstructorArgumentValues.addArgumentValues
(ConstructorArgumentValues other) Copy all given argument values into this object, using separate holder instances to keep the values independent of the original object.ModifierConstructorDescriptionDeep copy constructor. -
Uses of ConstructorArgumentValues in org.springframework.beans.factory.support
Modifier and TypeMethodDescriptionAbstractBeanDefinition.getConstructorArgumentValues()
Return constructor argument values for this bean (nevernull
).Modifier and TypeMethodDescriptionvoid
AbstractBeanDefinition.setConstructorArgumentValues
(ConstructorArgumentValues constructorArgumentValues) Specify constructor argument values for this bean.ModifierConstructorDescriptionprotected
Create a new AbstractBeanDefinition with the given constructor argument values and property values.ChildBeanDefinition
(String parentName, Class<?> beanClass, ConstructorArgumentValues cargs, MutablePropertyValues pvs) Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.ChildBeanDefinition
(String parentName, String beanClassName, ConstructorArgumentValues cargs, MutablePropertyValues pvs) Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.ChildBeanDefinition
(String parentName, ConstructorArgumentValues cargs, MutablePropertyValues pvs) Create a new ChildBeanDefinition for the given parent.RootBeanDefinition
(Class<?> beanClass, ConstructorArgumentValues cargs, MutablePropertyValues pvs) Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.RootBeanDefinition
(String beanClassName, ConstructorArgumentValues cargs, MutablePropertyValues pvs) Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.