spring-framework / org.springframework.beans.factory.groovy / GroovyBeanDefinitionReader / getProperty
getProperty
open fun getProperty(name: String): Any
This method overrides property retrieval in the scope of the GroovyBeanDefinitionReader to either:
- Retrieve a variable from the bean builder's binding if it exists
- Retrieve a RuntimeBeanReference for a specific bean if it exists
- Otherwise just delegate to MetaClass.getProperty which will resolve properties from the
GroovyBeanDefinitionReader itself