クラス AutoConfigurationImportSelector

java.lang.ObjectSE
org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
実装されたすべてのインターフェース:
AwareBeanClassLoaderAwareBeanFactoryAwareDeferredImportSelectorImportSelectorEnvironmentAwareResourceLoaderAwareOrdered

public class AutoConfigurationImportSelector extends ObjectSE implements DeferredImportSelector, BeanClassLoaderAware, ResourceLoaderAware, BeanFactoryAware, EnvironmentAware, Ordered
auto-configuration を処理する DeferredImportSelector。このクラスは、@EnableAutoConfiguration のカスタムバリアントが必要な場合にサブクラス化することもできます。
導入:
1.3.0
作成者:
Phillip Webb, Andy Wilkinson, Stephane Nicoll, Madhura Bhave, Moritz Halbritter, Scott Frederick
関連事項: