@Component @ConditionalOnMissingBean(value=RefreshScope.class) protected static class RefreshAutoConfiguration.RefreshScopeConfiguration extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Modifier | Constructor and Description |
---|---|
protected |
RefreshScopeConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
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
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.