Java org.springframework.beans.factory.annotation AnnotatedBeanDefinition fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetBeanClassName()
Return the current bean class name of this bean definition.
MethodMetadatagetFactoryMethodMetadata()
Obtain metadata for this bean definition's factory method, if any.
AnnotationMetadatagetMetadata()
Obtain the annotation metadata (as well as basic class metadata) for this bean definition's bean class.
StringgetScope()
Return the name of the current target scope for this bean, or null if not known yet.
voidsetDependsOn(@Nullable String... dependsOn)
Set the names of the beans that this bean depends on being initialized.
voidsetLazyInit(boolean lazyInit)
Set whether this bean should be lazily initialized.
voidsetPrimary(boolean primary)
Set whether this bean is a primary autowire candidate.