Class UserConfigurations
java.lang.Object
org.springframework.boot.context.annotation.Configurations
org.springframework.boot.context.annotation.UserConfigurations
- All Implemented Interfaces:
 Ordered,PriorityOrdered
Configurations representing user-defined @Configuration classes (i.e.
 those defined in classes usually written by the user).- Since:
 - 2.0.0
 - Author:
 - Phillip Webb
 
- 
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()protected UserConfigurationsMerge configurations.static UserConfigurationsMethods inherited from class org.springframework.boot.context.annotation.Configurations
getClasses, getClasses, getClasses, merge, sort 
- 
Constructor Details
- 
UserConfigurations
 
 - 
 - 
Method Details
- 
getOrder
public int getOrder() - 
merge
Description copied from class:ConfigurationsMerge configurations.- Specified by:
 mergein classConfigurations- Parameters:
 mergedClasses- the merged classes- Returns:
 - a new configurations instance (must be of the same type as this instance)
 
 - 
of
 
 -