Uses of Class
org.springframework.config.java.annotation.Bean

Packages that use Bean
org.springframework.config.java.listener Java configuration annotation listeners. 
org.springframework.config.java.listener.aop Java configuration AOP annotation listeners. 
org.springframework.config.java.listener.aop.targetsource Java configuration TargetSource specific annotation listeners. 
org.springframework.config.java.process Processing package. 
 

Uses of Bean in org.springframework.config.java.listener
 

Methods in org.springframework.config.java.listener with parameters of type Bean
 int ConfigurationListener.beanCreationMethod(ConfigurationListener.BeanDefinitionRegistration beanDefinitionRegistration, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.beans.factory.support.DefaultListableBeanFactory childBeanFactory, java.lang.String configurerBeanName, java.lang.Class<?> configurerClass, java.lang.reflect.Method m, Bean beanAnnotation)
          React to the BeanDefinition and possibly customize it or change its name
 int ConfigurationListenerSupport.beanCreationMethod(ConfigurationListener.BeanDefinitionRegistration beanDefinitionRegistration, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.beans.factory.support.DefaultListableBeanFactory childBeanFactory, java.lang.String configurerBeanName, java.lang.Class configurerClass, java.lang.reflect.Method m, Bean beanAnnotation)
           
 

Uses of Bean in org.springframework.config.java.listener.aop
 

Methods in org.springframework.config.java.listener.aop with parameters of type Bean
 int SpringAdvisorConfigurationListener.beanCreationMethod(ConfigurationListener.BeanDefinitionRegistration beanDefinitionRegistration, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.beans.factory.support.DefaultListableBeanFactory childBeanFactory, java.lang.String configurerBeanName, java.lang.Class configurerClass, java.lang.reflect.Method m, Bean beanAnnotation)
           
 int SpringAdviceConfigurationListener.beanCreationMethod(ConfigurationListener.BeanDefinitionRegistration beanDefinitionRegistration, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.beans.factory.support.DefaultListableBeanFactory childBeanFactory, java.lang.String configurerBeanName, java.lang.Class configurerClass, java.lang.reflect.Method m, Bean beanAnnotation)
           
 int ScopedProxyConfigurationListener.beanCreationMethod(ConfigurationListener.BeanDefinitionRegistration beanDefinitionRegistration, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.beans.factory.support.DefaultListableBeanFactory childBeanFactory, java.lang.String configurerBeanName, java.lang.Class configurerClass, java.lang.reflect.Method m, Bean beanAnnotation)
           
 

Uses of Bean in org.springframework.config.java.listener.aop.targetsource
 

Methods in org.springframework.config.java.listener.aop.targetsource with parameters of type Bean
 int HotSwapConfigurationListener.beanCreationMethod(ConfigurationListener.BeanDefinitionRegistration beanDefinitionRegistration, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.beans.factory.support.DefaultListableBeanFactory childBeanFactory, java.lang.String configurerBeanName, java.lang.Class configurerClass, java.lang.reflect.Method m, Bean beanAnnotation)
           
 

Uses of Bean in org.springframework.config.java.process
 

Methods in org.springframework.config.java.process with parameters of type Bean
static void ProcessUtils.copyAttributes(java.lang.String beanName, Bean beanAnnotation, Configuration configuration, org.springframework.beans.factory.support.RootBeanDefinition rbd, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
          Create the bean definition based on the annotation properties.
protected  int ConfigurationProcessor.generateBeanDefinitionFromBeanCreationMethod(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, java.lang.String configurerBeanName, java.lang.Class<?> configurerClass, java.lang.String beanName, java.lang.reflect.Method beanCreationMethod, Bean beanAnnotation)
          Generate the actual bean definition using the given method.
 



Copyright © 2005-2007 Spring Framework. All Rights Reserved.