spring-framework / org.springframework.beans.factory.annotation / AnnotatedBeanDefinition / getFactoryMethodMetadata

getFactoryMethodMetadata

@Nullable abstract fun getFactoryMethodMetadata(): MethodMetadata

Obtain metadata for this bean definition's factory method, if any.

Return
the factory method metadata, or null if none

Since
4.1.1