类 AutoConfigurationImportEvent
java.lang.Object
java.util.EventObject
org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
- 所有已实现的接口:
Serializable
Event fired when auto-configuration classes are imported.
- 从以下版本开始:
- 1.5.0
- 作者:
- Phillip Webb
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the auto-configuration candidate configurations that are going to be imported.Return the exclusions that were applied.从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
AutoConfigurationImportEvent
-
-
方法详细资料
-
getCandidateConfigurations
Return the auto-configuration candidate configurations that are going to be imported.- 返回:
- the auto-configuration candidates
-
getExclusions
Return the exclusions that were applied.- 返回:
- the exclusions applied
-