spring-framework / org.springframework.beans.factory.support / BeanDefinitionBuilder / setFactoryMethodOnBean

setFactoryMethodOnBean

open fun setFactoryMethodOnBean(factoryMethod: String, factoryBean: String): BeanDefinitionBuilder

Set the name of a non-static factory method to use for this definition, including the bean name of the factory instance to call the method on.

Since
4.3.6