Java org.springframework.beans.factory.support ChildBeanDefinition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support ChildBeanDefinition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support ChildBeanDefinition.

The text is from its open source code.

Constructor

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)
Create a new ChildBeanDefinition for the given parent, to be configured through its bean properties and configuration methods.
ChildBeanDefinition(ChildBeanDefinition original)
Create a new ChildBeanDefinition as deep copy of the given bean definition.

Method

StringgetParentName()
MutablePropertyValuesgetPropertyValues()
Return property values for this bean (never null ).
StringgetResourceDescription()
Return a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
voidsetAttribute(String name, @Nullable Object value)
voidsetResourceDescription(@Nullable String resourceDescription)
Set a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
voidsetScope(@Nullable String scope)
Set the name of the target scope for the bean.