Uses of Class
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Packages that use GroovyBeanDefinitionReader
Package
Description
Support package for Groovy-based bean definitions.
Classes supporting the org.springframework.context package,
 such as abstract base classes for ApplicationContext
 implementations and a MessageSource implementation.
Classes supporting the 
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes.- 
Uses of GroovyBeanDefinitionReader in org.springframework.beans.factory.groovyMethods in org.springframework.beans.factory.groovy that return GroovyBeanDefinitionReaderModifier and TypeMethodDescriptionGroovyBeanDefinitionReader.beans(groovy.lang.Closure<?> closure) Defines a set of beans for the given block or closure.protected GroovyBeanDefinitionReaderGroovyBeanDefinitionReader.invokeBeanDefiningClosure(groovy.lang.Closure<?> callable) When a method argument is only a closure it is a set of bean definitions.
- 
Uses of GroovyBeanDefinitionReader in org.springframework.context.supportMethods in org.springframework.context.support that return GroovyBeanDefinitionReaderModifier and TypeMethodDescriptionGenericGroovyApplicationContext.getReader()Exposes the underlyingGroovyBeanDefinitionReaderfor convenient access to theloadBeanDefinitionmethods on it as well as the ability to specify an inline Groovy bean definition closure.
- 
Uses of GroovyBeanDefinitionReader in org.springframework.web.context.supportMethods in org.springframework.web.context.support with parameters of type GroovyBeanDefinitionReaderModifier and TypeMethodDescriptionprotected voidGroovyWebApplicationContext.initBeanDefinitionReader(GroovyBeanDefinitionReader beanDefinitionReader) Initialize the bean definition reader used for loading the bean definitions of this context.protected voidGroovyWebApplicationContext.loadBeanDefinitions(GroovyBeanDefinitionReader reader) Load the bean definitions with the given GroovyBeanDefinitionReader.