public class ConventionBeanDefinitionRegistryPostProcessor
extends org.springframework.context.support.ApplicationObjectSupport
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
ConventionBeanDefinitionRegistryPostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected org.springframework.context.annotation.ClassPathBeanDefinitionScanner |
createScanner(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setConventionComponentIdentifierComposite(List<ConventionComponentIdentifier> conventionComponentIdentifierComposite) |
public ConventionBeanDefinitionRegistryPostProcessor()
public void setConventionComponentIdentifierComposite(List<ConventionComponentIdentifier> conventionComponentIdentifierComposite)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry
in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
org.springframework.beans.BeansException
protected org.springframework.context.annotation.ClassPathBeanDefinitionScanner createScanner(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Copyright © 2006–2018 TinyGroup. All rights reserved.