Class AutoConfigurationImportEvent
java.lang.Object
java.util.EventObject
org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
- All Implemented Interfaces:
 Serializable
Event fired when auto-configuration classes are imported.
- Since:
 - 1.5.0
 - Author:
 - Phillip Webb
 - See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn the auto-configuration candidate configurations that are going to be imported.Return the exclusions that were applied.Methods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
AutoConfigurationImportEvent
 
 - 
 - 
Method Details
- 
getCandidateConfigurations
Return the auto-configuration candidate configurations that are going to be imported.- Returns:
 - the auto-configuration candidates
 
 - 
getExclusions
Return the exclusions that were applied.- Returns:
 - the exclusions applied
 
 
 -