クラス IntegrationComponentScanRegistrar
java.lang.ObjectSE
org.springframework.integration.config.IntegrationComponentScanRegistrar
- 実装されているすべてのインターフェース:
Aware、ImportBeanDefinitionRegistrar、EnvironmentAware、ResourceLoaderAware
public class IntegrationComponentScanRegistrar
extends ObjectSE
implements ImportBeanDefinitionRegistrar, ResourceLoaderAware, EnvironmentAware
統合固有のコンポーネントをスキャンして登録するための
ImportBeanDefinitionRegistrar 実装。- 導入:
- 4.0
- 作成者:
- Artem Bilan, Gary Russell, Chris Bono
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected CollectionSE<StringSE> getBasePackages(AnnotationAttributes componentScan, BeanDefinitionRegistry registry) voidregisterBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry) voidsetEnvironment(Environment environment) voidsetResourceLoader(ResourceLoader resourceLoader) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.context.annotation.ImportBeanDefinitionRegistrar から継承されたメソッド
registerBeanDefinitions
コンストラクターの詳細
IntegrationComponentScanRegistrar
public IntegrationComponentScanRegistrar()
メソッドの詳細
setResourceLoader
- 次で指定:
- インターフェース
ResourceLoaderAwareのsetResourceLoader
setEnvironment
- 次で指定:
- インターフェース
EnvironmentAwareのsetEnvironment
registerBeanDefinitions
public void registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry) - 次で指定:
- インターフェース
ImportBeanDefinitionRegistrarのregisterBeanDefinitions
getBasePackages
protected CollectionSE<StringSE> getBasePackages(AnnotationAttributes componentScan, BeanDefinitionRegistry registry)