Java org.springframework.beans.factory.config RuntimeBeanReference fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

RuntimeBeanReference(String beanName)
Create a new RuntimeBeanReference to the given bean name.
RuntimeBeanReference(Class beanType)
Create a new RuntimeBeanReference to a bean of the given type.
RuntimeBeanReference(String beanName, boolean toParent)
Create a new RuntimeBeanReference to the given bean name, with the option to mark it as reference to a bean in the parent factory.
RuntimeBeanReference(Class beanType, boolean toParent)
Create a new RuntimeBeanReference to a bean of the given type, with the option to mark it as reference to a bean in the parent factory.

Method

StringgetBeanName()
Return the requested bean name, or the fully-qualified type name in case of by-type resolution.
booleanisToParent()
Return whether this is an explicit reference to a bean in the parent factory.
voidsetSource(@Nullable Object source)
Set the configuration source Object for this metadata element.