类 EnableAutoConfigurationImportSelector
- java.lang.Object
- org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
- 所有已实现的接口:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.context.annotation.DeferredImportSelector
,org.springframework.context.annotation.ImportSelector
,org.springframework.context.EnvironmentAware
,org.springframework.context.ResourceLoaderAware
,org.springframework.core.Ordered
@Deprecated public class EnableAutoConfigurationImportSelector extends AutoConfigurationImportSelector
已过时。as of 1.5 in favor ofAutoConfigurationImportSelector
DeferredImportSelector
to handleauto-configuration
. This class can also be subclassed if a custom variant of@EnableAutoConfiguration
. is needed.- 从以下版本开始:
- 1.3.0
- 另请参阅:
EnableAutoConfiguration
构造器概要
构造器 构造器 说明 EnableAutoConfigurationImportSelector()
已过时。
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 protected boolean
isEnabled(org.springframework.core.type.AnnotationMetadata metadata)
已过时。从类继承的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
asList, getAnnotationClass, getAttributes, getAutoConfigurationImportFilters, getAutoConfigurationImportListeners, getBeanClassLoader, getBeanFactory, getCandidateConfigurations, getEnvironment, getExclusions, getOrder, getResourceLoader, getSpringFactoriesLoaderFactoryClass, handleInvalidExcludes, removeDuplicates, selectImports, setBeanClassLoader, setBeanFactory, setEnvironment, setResourceLoader
构造器详细资料
EnableAutoConfigurationImportSelector
public EnableAutoConfigurationImportSelector()
已过时。
方法详细资料
isEnabled
protected boolean isEnabled(org.springframework.core.type.AnnotationMetadata metadata)
已过时。