Java org.springframework.context.annotation ScannedGenericBeanDefinition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation ScannedGenericBeanDefinition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation ScannedGenericBeanDefinition.

The text is from its open source code.

Constructor

ScannedGenericBeanDefinition(MetadataReader metadataReader)
Create a new ScannedGenericBeanDefinition for the class that the given MetadataReader describes.

Method

voidapplyDefaults(BeanDefinitionDefaults defaults)
Apply the provided default values to this bean.
StringgetBeanClassName()
Return the current bean class name of this bean definition.
ConstructorArgumentValuesgetConstructorArgumentValues()
Return constructor argument values for this bean (never null ).
AnnotationMetadatagetMetadata()
MutablePropertyValuesgetPropertyValues()
Return property values for this bean (never null ).
voidsetAutowireMode(int autowireMode)
Set the autowire mode.
voidsetBeanClass(@Nullable Class beanClass)
Specify the class for this bean.
voidsetPropertyValues(MutablePropertyValues propertyValues)
Specify property values for this bean, if any.
voidsetResource(@Nullable Resource resource)
Set 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.
voidsetSource(@Nullable Object source)
Set the configuration source Object for this metadata element.