クラス DefaultConfiguringBeanFactoryPostProcessor
java.lang.ObjectSE
org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor
- 実装されているすべてのインターフェース:
BeanFactoryPostProcessor,BeanDefinitionRegistryPostProcessor
public class DefaultConfiguringBeanFactoryPostProcessor
extends ObjectSE
implements BeanDefinitionRegistryPostProcessor
多くのインフラストラクチャコンポーネントの Bean 定義をデフォルト構成で登録する
BeanDefinitionRegistryPostProcessor 実装。それらはすべて、特定の Bean 名を使用してオーバーライドできます。- 作成者:
- Mark Fisher, Oleg Zhurakousky, Artem Bilan, Gary Russell, Michael Wiles, Pierre Lakreb, Chris Bono
- 関連事項:
方法の概要
メソッドの詳細
postProcessBeanDefinitionRegistry
public void postProcessBeanDefinitionRegistry(BeanDefinitionRegistry registry) throws BeansException - 次で指定:
- インターフェース
BeanDefinitionRegistryPostProcessorのpostProcessBeanDefinitionRegistry - 例外:
BeansException
postProcessBeanFactory
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException - 次で指定:
- インターフェース
BeanDefinitionRegistryPostProcessorのpostProcessBeanFactory - 次で指定:
- インターフェース
BeanFactoryPostProcessorのpostProcessBeanFactory - 例外:
BeansException