public class BeanFactoryMethodBuilder extends Object
Sets the constructor information to a bean definition
| Constructor and Description |
|---|
BeanFactoryMethodBuilder(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
String factoryMethodName,
String beanFactoryName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.support.AbstractBeanDefinition |
withConstructorArguments(Object... constructorArguments)
Sets the constructor arguments to the bean definition
|
public BeanFactoryMethodBuilder(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
String factoryMethodName,
String beanFactoryName)
Constructor. Sets the factory method name and the bean factory.
beanDefinition - The bean definition that has to be modified
factoryMethodName - The factory method name
beanFactoryName - The bean factory name
public org.springframework.beans.factory.support.AbstractBeanDefinition withConstructorArguments(Object... constructorArguments)
Sets the constructor arguments to the bean definition
constructorArguments - The constructor arguments for the bean definition
The bean definition with the one it was created.
Copyright © 2017. All rights reserved.