spring-framework / org.springframework.beans.factory.config / MethodInvokingFactoryBean / getObject

getObject

@Nullable open fun getObject(): Any

Returns the same value each time if the singleton property is set to "true", otherwise returns the value returned from invoking the specified method on the fly.