|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorArgumentValues | |
---|---|
org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. |
org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factory package. |
org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. |
Uses of ConstructorArgumentValues in org.springframework.beans.factory.config |
---|
Methods in org.springframework.beans.factory.config that return ConstructorArgumentValues | |
---|---|
ConstructorArgumentValues |
BeanDefinition.getConstructorArgumentValues()
Return the constructor argument values for this bean, if any. |
Methods in org.springframework.beans.factory.config with parameters of type ConstructorArgumentValues | |
---|---|
void |
ConstructorArgumentValues.addArgumentValues(ConstructorArgumentValues other)
Copy all given argument values into this object. |
Constructors in org.springframework.beans.factory.config with parameters of type ConstructorArgumentValues | |
---|---|
ConstructorArgumentValues(ConstructorArgumentValues other)
Deep copy constructor. |
Uses of ConstructorArgumentValues in org.springframework.beans.factory.support |
---|
Methods in org.springframework.beans.factory.support that return ConstructorArgumentValues | |
---|---|
ConstructorArgumentValues |
AbstractBeanDefinition.getConstructorArgumentValues()
Return constructor argument values for this bean (never null ). |
Methods in org.springframework.beans.factory.support with parameters of type ConstructorArgumentValues | |
---|---|
static AbstractBeanDefinition |
BeanDefinitionReaderUtils.createBeanDefinition(String className,
String parent,
ConstructorArgumentValues cargs,
MutablePropertyValues pvs,
ClassLoader classLoader)
Create a new RootBeanDefinition or ChildBeanDefinition for the given class name, parent, constructor arguments, and property values. |
void |
AbstractBeanDefinition.setConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues)
Specify constructor argument values for this bean. |
Constructors in org.springframework.beans.factory.support with parameters of type ConstructorArgumentValues | |
---|---|
AbstractBeanDefinition(ConstructorArgumentValues cargs,
MutablePropertyValues pvs)
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,
ConstructorArgumentValues cargs,
MutablePropertyValues pvs)
Create a new ChildBeanDefinition for the given parent. |
|
ChildBeanDefinition(String parentName,
String beanClassName,
ConstructorArgumentValues cargs,
MutablePropertyValues pvs)
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values. |
|
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. |
Uses of ConstructorArgumentValues in org.springframework.beans.factory.xml |
---|
Methods in org.springframework.beans.factory.xml that return ConstructorArgumentValues | |
---|---|
protected ConstructorArgumentValues |
DefaultXmlBeanDefinitionParser.parseConstructorArgElements(Element beanEle,
String beanName)
Parse constructor-arg sub-elements of the given bean element. |
Methods in org.springframework.beans.factory.xml with parameters of type ConstructorArgumentValues | |
---|---|
protected void |
DefaultXmlBeanDefinitionParser.parseConstructorArgElement(Element ele,
String beanName,
ConstructorArgumentValues cargs)
Parse a constructor-arg element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |